#620916

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

Shades of Pohutukawa #620916

Tints of Pohutukawa #620916

Color information

#620916 (or 0x620916) is unknown color: approx Pohutukawa. HEX triplet: 62, 09 and 16. RGB value is (98,9,22). Sum of RGB (Red+Green+Blue) = 98+9+22=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #620916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620916 is #9DF6E9. Grayscale: #252525. Windows color (decimal): -10352362 or 1444194. OLE color: 1444194.

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

Color convert

RGB98922-
CMYK00.910.780.62
HSL351.24º83.18%20.98%-
HSV(B)351.24º90.82%38.43%-
XYZ5.282.851.03-
YUV37.09119.49171.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=75.97%
G=6.98%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892200.910.780.62351.2483.1820.98
Hex6291605B4E3E15f5315
Octal142112601331167653712325
Binary1100010100110110010110111001110111110101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620916; }

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

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

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

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

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

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

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

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