#620209

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

Shades of Pohutukawa #620209

Tints of Pohutukawa #620209

Color information

#620209 (or 0x620209) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 09. RGB value is (98,2,9). Sum of RGB (Red+Green+Blue) = 98+2+9=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620209 is #9DFDF6. Grayscale: #1F1F1F. Windows color (decimal): -10354167 or 590434. OLE color: 590434.

HSL color Cylindrical-coordinate representation of color #620209: hue angle of 355.62º 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 #620209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB9829-
CMYK00.980.910.62
HSL355.62º96%19.61%-
HSV(B)355.62º97.96%38.43%-
XYZ5.112.660.5-
YUV31.5115.3175.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.91%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=89.91%
G=1.83%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982900.980.910.62355.629619.61
Hex62290625B3E1646014
Octal14221101421337654414024
Binary1100010101001011000101011011111110101100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620209; }

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

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

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

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

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

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

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

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