#62020B

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

Shades of Pohutukawa #62020B

Tints of Pohutukawa #62020B

Color information

#62020B (or 0x62020B) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 0B. RGB value is (98,2,11). Sum of RGB (Red+Green+Blue) = 98+2+11=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #62020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62020B is #9DFDF4. Grayscale: #1F1F1F. Windows color (decimal): -10354165 or 721506. OLE color: 721506.

HSL color Cylindrical-coordinate representation of color #62020B: hue angle of 354.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62020B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB98211-
CMYK00.980.890.62
HSL354.38º96%19.61%-
HSV(B)354.38º97.96%38.43%-
XYZ5.122.660.56-
YUV31.73116.3175.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 88.29%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=88.29%
G=1.80%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9821100.980.890.62354.389619.61
Hex622B062593E1626014
Octal14221301421317654214024
Binary1100010101011011000101011001111110101100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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