#660710

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

Shades of Pohutukawa #660710

Tints of Pohutukawa #660710

Color information

#660710 (or 0x660710) is unknown color: approx Pohutukawa. HEX triplet: 66, 07 and 10. RGB value is (102,7,16). Sum of RGB (Red+Green+Blue) = 102+7+16=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660710 is #99F8EF. Grayscale: #242424. Windows color (decimal): -10090736 or 1050470. OLE color: 1050470.

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

Color convert

RGB102716-
CMYK00.930.840.6
HSL354.32º87.16%21.37%-
HSV(B)354.32º93.14%40%-
XYZ5.653.010.77-
YUV36.43116.47174.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 81.6%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=81.6%
G=5.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271600.930.840.6354.3287.1621.37
Hex6671005D543C1625715
Octal14672001351247454212725
Binary110011011110000010111011010100111100101100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660710; }

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

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

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

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

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

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

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

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