#610213

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

Shades of Pohutukawa #610213

Tints of Pohutukawa #610213

Color information

#610213 (or 0x610213) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 13. RGB value is (97,2,19). Sum of RGB (Red+Green+Blue) = 97+2+19=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610213 is #9EFDEC. Grayscale: #202020. Windows color (decimal): -10419693 or 1245793. OLE color: 1245793.

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

Color convert

RGB97219-
CMYK00.980.800.62
HSL349.26º95.96%19.41%-
HSV(B)349.26º97.94%38.04%-
XYZ5.072.630.86-
YUV32.34120.47174.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=82.20%
G=1.69%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9721900.980.800.62349.2695.9619.41
Hex61213062503E15d6013
Octal14122301421207653514023
Binary11000011010011011000101010000111110101011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610213; }

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

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

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

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

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

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

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

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