#610216

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

Shades of Pohutukawa #610216

Tints of Pohutukawa #610216

Color information

#610216 (or 0x610216) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 16. RGB value is (97,2,22). Sum of RGB (Red+Green+Blue) = 97+2+22=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610216 is #9EFDE9. Grayscale: #202020. Windows color (decimal): -10419690 or 1442401. OLE color: 1442401.

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

Color convert

RGB97222-
CMYK00.980.770.62
HSL347.37º95.96%19.41%-
HSV(B)347.37º97.94%38.04%-
XYZ5.12.641-
YUV32.68121.97173.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=80.17%
G=1.65%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9722200.980.770.62347.3795.9619.41
Hex612160624D3E15b6013
Octal14122601421157653314023
Binary11000011010110011000101001101111110101011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610216; }

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

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

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

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

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

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

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

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