#620216

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

Shades of Pohutukawa #620216

Tints of Pohutukawa #620216

Color information

#620216 (or 0x620216) is unknown color: approx Pohutukawa. HEX triplet: 62, 02 and 16. RGB value is (98,2,22). Sum of RGB (Red+Green+Blue) = 98+2+22=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620216 is #9DFDE9. Grayscale: #212121. Windows color (decimal): -10354154 or 1442402. OLE color: 1442402.

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

Color convert

RGB98222-
CMYK00.980.780.62
HSL347.5º96%19.61%-
HSV(B)347.5º97.96%38.43%-
XYZ5.22.71.01-
YUV32.98121.8174.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=80.33%
G=1.64%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9822200.980.780.62347.59619.61
Hex622160624E3E15c6014
Octal14222601421167653414024
Binary11000101010110011000101001110111110101011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620216; }

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

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

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

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

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

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

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

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