#620409

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

Shades of Pohutukawa #620409

Tints of Pohutukawa #620409

Color information

#620409 (or 0x620409) is unknown color: approx Pohutukawa. HEX triplet: 62, 04 and 09. RGB value is (98,4,9). Sum of RGB (Red+Green+Blue) = 98+4+9=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620409 is #9DFBF6. Grayscale: #202020. Windows color (decimal): -10353655 or 590946. OLE color: 590946.

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

Color convert

RGB9849-
CMYK00.960.910.62
HSL356.81º92.16%20%-
HSV(B)356.81º95.92%38.43%-
XYZ5.132.70.51-
YUV32.68114.64174.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 88.29%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=88.29%
G=3.60%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal984900.960.910.62356.8192.1620
Hex62490605B3E1655c14
Octal14241101401337654513424
Binary11000101001001011000001011011111110101100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620409; }

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

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

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

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

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

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

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

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