#62202D

Color #62202D Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #62202D

Tints of Pohutukawa #62202D

Color information

#62202D (or 0x62202D) is unknown color: approx Pohutukawa. HEX triplet: 62, 20 and 2D. RGB value is (98,32,45). Sum of RGB (Red+Green+Blue) = 98+32+45=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202D is #9DDFD2. Grayscale: #353535. Windows color (decimal): -10346451 or 2957410. OLE color: 2957410.

HSL color Cylindrical-coordinate representation of color #62202D: hue angle of 348.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62202D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB983245-
CMYK00.670.540.62
HSL348.18º50.77%25.49%-
HSV(B)348.18º67.35%38.43%-
XYZ6.033.822.9-
YUV53.22123.37159.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=56%
G=18.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98324500.670.540.62348.1850.7725.49
Hex62202D043363E15c3319
Octal1424055010366765346331
Binary11000101000001011010100001111011011111010101110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62202D; }

 p { color: rgb(98,32,45); }

 H1.HeaderClassName
 {
   color: #62202D;
 }
 .AnyTagClassName
 {
   color: #62202D;
 }
</style>
background-color css

<style>
 a { background-color: #62202D; }

 a { background-color: rgb(98,32,45); }

 div.DivClassName
 {
   background-color: #62202D;
 }
 .BgClassName
 {
   background-color: #62202D;
 }
</style>
border-color css

<style>
 span { border-color: #62202D; }

 span { border-color: rgb(98,32,45); }

 td.TdClassName
 {
   border-color: #62202D;
 }
 .TagClassName
 {
   border-color: #62202D;
 }
</style>