#610717

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

Shades of Pohutukawa #610717

Tints of Pohutukawa #610717

Color information

#610717 (or 0x610717) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 17. RGB value is (97,7,23). Sum of RGB (Red+Green+Blue) = 97+7+23=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610717 is #9EF8E8. Grayscale: #232323. Windows color (decimal): -10418409 or 1509217. OLE color: 1509217.

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

Color convert

RGB97723-
CMYK00.930.760.62
HSL349.33º86.54%20.39%-
HSV(B)349.33º92.78%38.04%-
XYZ5.162.761.07-
YUV35.73120.82171.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=76.38%
G=5.51%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772300.930.760.62349.3386.5420.39
Hex6171705D4C3E15d5714
Octal14172701351147653512724
Binary110000111110111010111011001100111110101011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610717; }

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

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

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

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

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

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

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

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