#610210

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

Shades of Pohutukawa #610210

Tints of Pohutukawa #610210

Color information

#610210 (or 0x610210) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 10. RGB value is (97,2,16). Sum of RGB (Red+Green+Blue) = 97+2+16=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #610210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610210 is #9EFDEF. Grayscale: #202020. Windows color (decimal): -10419696 or 1049185. OLE color: 1049185.

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

Color convert

RGB97216-
CMYK00.980.840.62
HSL351.16º95.96%19.41%-
HSV(B)351.16º97.94%38.04%-
XYZ5.042.620.73-
YUV32118.97174.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 84.35%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=84.35%
G=1.74%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9721600.980.840.62351.1695.9619.41
Hex61210062543E15f6013
Octal14122001421247653714023
Binary11000011010000011000101010100111110101011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610210; }

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

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

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

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

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

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

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

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