#62202E

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

Shades of Pohutukawa #62202E

Tints of Pohutukawa #62202E

Color information

#62202E (or 0x62202E) is unknown color: approx Pohutukawa. HEX triplet: 62, 20 and 2E. RGB value is (98,32,46). Sum of RGB (Red+Green+Blue) = 98+32+46=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62202E is #9DDFD1. Grayscale: #353535. Windows color (decimal): -10346450 or 3022946. OLE color: 3022946.

HSL color Cylindrical-coordinate representation of color #62202E: hue angle of 347.27º 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 #62202E is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB983246-
CMYK00.670.530.62
HSL347.27º50.77%25.49%-
HSV(B)347.27º67.35%38.43%-
XYZ6.053.833-
YUV53.33123.87159.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=55.68%
G=18.18%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98324600.670.530.62347.2750.7725.49
Hex62202E043353E15b3319
Octal1424056010365765336331
Binary11000101000001011100100001111010111111010101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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