#610711

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

Shades of Pohutukawa #610711

Tints of Pohutukawa #610711

Color information

#610711 (or 0x610711) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 11. RGB value is (97,7,17). Sum of RGB (Red+Green+Blue) = 97+7+17=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610711 is #9EF8EE. Grayscale: #232323. Windows color (decimal): -10418415 or 1116001. OLE color: 1116001.

HSL color Cylindrical-coordinate representation of color #610711: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610711 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB97717-
CMYK00.930.820.62
HSL353.33º86.54%20.39%-
HSV(B)353.33º92.78%38.04%-
XYZ5.112.730.79-
YUV35.05117.82172.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=80.17%
G=5.79%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771700.930.820.62353.3386.5420.39
Hex6171105D523E1615714
Octal14172101351227654112724
Binary110000111110001010111011010010111110101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610711; }

 p { color: rgb(97,7,17); }

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

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

 a { background-color: rgb(97,7,17); }

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

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

 span { border-color: rgb(97,7,17); }

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