#620218

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

Shades of Pohutukawa #620218

Tints of Pohutukawa #620218

Color information

#620218 (or 0x620218) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 18. RGB value is (98,2,24). Sum of RGB (Red+Green+Blue) = 98+2+24=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620218 is #9DFDE7. Grayscale: #212121. Windows color (decimal): -10354152 or 1573474. OLE color: 1573474.

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

Color convert

RGB98224-
CMYK00.980.760.62
HSL346.25º96%19.61%-
HSV(B)346.25º97.96%38.43%-
XYZ5.222.711.11-
YUV33.21122.8174.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=79.03%
G=1.61%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822400.980.760.62346.259619.61
Hex622180624C3E15a6014
Octal14223001421147653214024
Binary11000101011000011000101001100111110101011010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620218; }

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

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

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

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

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

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

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

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