#610110

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

Shades of Pohutukawa #610110

Tints of Pohutukawa #610110

Color information

#610110 (or 0x610110) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 10. RGB value is (97,1,16). Sum of RGB (Red+Green+Blue) = 97+1+16=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610110 is #9EFEEF. Grayscale: #1F1F1F. Windows color (decimal): -10419952 or 1048929. OLE color: 1048929.

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

Color convert

RGB97116-
CMYK00.990.840.62
HSL350.62º97.96%19.22%-
HSV(B)350.62º98.97%38.04%-
XYZ5.032.60.73-
YUV31.41119.3174.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.09%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=85.09%
G=0.88%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711600.990.840.62350.6297.9619.22
Hex61110063543E15f6213
Octal14112001431247653714223
Binary1100001110000011000111010100111110101011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610110; }

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

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

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

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

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

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

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

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