#620208

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

Shades of Pohutukawa #620208

Tints of Pohutukawa #620208

Color information

#620208 (or 0x620208) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 08. RGB value is (98,2,8). Sum of RGB (Red+Green+Blue) = 98+2+8=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620208 is #9DFDF7. Grayscale: #1F1F1F. Windows color (decimal): -10354168 or 524898. OLE color: 524898.

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

Color convert

RGB9828-
CMYK00.980.920.62
HSL356.25º96%19.61%-
HSV(B)356.25º97.96%38.43%-
XYZ5.12.660.47-
YUV31.39114.8175.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 90.74%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=90.74%
G=1.85%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982800.980.920.62356.259619.61
Hex62280625C3E1646014
Octal14221001421347654414024
Binary1100010101000011000101011100111110101100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620208; }

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

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

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

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

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

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

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

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