#660717

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

Shades of Pohutukawa #660717

Tints of Pohutukawa #660717

Color information

#660717 (or 0x660717) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 17. RGB value is (102,7,23). Sum of RGB (Red+Green+Blue) = 102+7+23=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #660717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660717 is #99F8E8. Grayscale: #252525. Windows color (decimal): -10090729 or 1509222. OLE color: 1509222.

HSL color Cylindrical-coordinate representation of color #660717: hue angle of 349.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660717 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB102723-
CMYK00.930.770.6
HSL349.89º87.16%21.37%-
HSV(B)349.89º93.14%40%-
XYZ5.713.041.1-
YUV37.23119.97174.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=77.27%
G=5.30%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10272300.930.770.6349.8987.1621.37
Hex6671705D4D3C15e5715
Octal14672701351157453612725
Binary110011011110111010111011001101111100101011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660717; }

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

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

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

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

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

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

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

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