#610712

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

Shades of Pohutukawa #610712

Tints of Pohutukawa #610712

Color information

#610712 (or 0x610712) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 12. RGB value is (97,7,18). Sum of RGB (Red+Green+Blue) = 97+7+18=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #610712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610712 is #9EF8ED. Grayscale: #232323. Windows color (decimal): -10418414 or 1181537. OLE color: 1181537.

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

Color convert

RGB97718-
CMYK00.930.810.62
HSL352.67º86.54%20.39%-
HSV(B)352.67º92.78%38.04%-
XYZ5.112.740.83-
YUV35.16118.32172.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 79.51%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=79.51%
G=5.74%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771800.930.810.62352.6786.5420.39
Hex6171205D513E1615714
Octal14172201351217654112724
Binary110000111110010010111011010001111110101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610712; }

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

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

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

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

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

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

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

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