#62010B

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

Shades of Pohutukawa #62010B

Tints of Pohutukawa #62010B

Color information

#62010B (or 0x62010B) is unknown color: approx Pohutukawa. HEX triplet: 62, 01 and 0B. RGB value is (98,1,11). Sum of RGB (Red+Green+Blue) = 98+1+11=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #62010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010B is #9DFEF4. Grayscale: #1F1F1F. Windows color (decimal): -10354421 or 721250. OLE color: 721250.

HSL color Cylindrical-coordinate representation of color #62010B: hue angle of 353.81º 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 #62010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB98111-
CMYK00.990.890.62
HSL353.81º97.98%19.41%-
HSV(B)353.81º98.98%38.43%-
XYZ5.112.640.56-
YUV31.14116.64175.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.09%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 11 (4.69% from 255) = 10%
R=89.09%
G=0.91%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811100.990.890.62353.8197.9819.41
Hex621B063593E1626213
Octal14211301431317654214223
Binary110001011011011000111011001111110101100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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