#610112

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

Shades of Pohutukawa #610112

Tints of Pohutukawa #610112

Color information

#610112 (or 0x610112) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 12. RGB value is (97,1,18). Sum of RGB (Red+Green+Blue) = 97+1+18=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #610112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610112 is #9EFEED. Grayscale: #1F1F1F. Windows color (decimal): -10419950 or 1180001. OLE color: 1180001.

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

Color convert

RGB97118-
CMYK00.990.810.62
HSL349.38º97.96%19.22%-
HSV(B)349.38º98.97%38.04%-
XYZ5.052.610.81-
YUV31.64120.3174.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=83.62%
G=0.86%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711800.990.810.62349.3897.9619.22
Hex61112063513E15d6213
Octal14112201431217653514223
Binary1100001110010011000111010001111110101011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610112; }

 p { color: rgb(97,1,18); }

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

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

 a { background-color: rgb(97,1,18); }

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

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

 span { border-color: rgb(97,1,18); }

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