#62031C

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

Shades of Pohutukawa #62031C

Tints of Pohutukawa #62031C

Color information

#62031C (or 0x62031C) is unknown color: approx Pohutukawa. HEX triplet: 62, 03 and 1C. RGB value is (98,3,28). Sum of RGB (Red+Green+Blue) = 98+3+28=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62031C is #9DFCE3. Grayscale: #222222. Windows color (decimal): -10353892 or 1835874. OLE color: 1835874.

HSL color Cylindrical-coordinate representation of color #62031C: hue angle of 344.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62031C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB98328-
CMYK00.970.710.62
HSL344.21º94.06%19.8%-
HSV(B)344.21º96.94%38.43%-
XYZ5.282.751.35-
YUV34.25124.47173.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=75.97%
G=2.33%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9832800.970.710.62344.2194.0619.8
Hex6231C061473E1585e14
Octal14233401411077653013624
Binary11000101111100011000011000111111110101011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62031C; }

 p { color: rgb(98,3,28); }

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

<style>
 a { background-color: #62031C; }

 a { background-color: rgb(98,3,28); }

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

<style>
 span { border-color: #62031C; }

 span { border-color: rgb(98,3,28); }

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