#62010C

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

Shades of Pohutukawa #62010C

Tints of Pohutukawa #62010C

Color information

#62010C (or 0x62010C) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 0C. RGB value is (98,1,12). Sum of RGB (Red+Green+Blue) = 98+1+12=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #62010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010C is #9DFEF3. Grayscale: #1F1F1F. Windows color (decimal): -10354420 or 786786. OLE color: 786786.

HSL color Cylindrical-coordinate representation of color #62010C: hue angle of 353.2º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB98112-
CMYK00.990.880.62
HSL353.2º97.98%19.41%-
HSV(B)353.2º98.98%38.43%-
XYZ5.112.640.59-
YUV31.26117.14175.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 88.29%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=88.29%
G=0.90%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811200.990.880.62353.297.9819.41
Hex621C063583E1616213
Octal14211401431307654114223
Binary110001011100011000111011000111110101100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,1,12); }

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

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

 a { background-color: rgb(98,1,12); }

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

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

 span { border-color: rgb(98,1,12); }

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