#660407

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

Shades of Pohutukawa #660407

Tints of Pohutukawa #660407

Color information

#660407 (or 0x660407) is unknown color: approx Pohutukawa. HEX triplet: 66, 04 and 07. RGB value is (102,4,7). Sum of RGB (Red+Green+Blue) = 102+4+7=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660407 is #99FBF8. Grayscale: #212121. Windows color (decimal): -10091513 or 459878. OLE color: 459878.

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

Color convert

RGB10247-
CMYK00.960.930.6
HSL358.16º92.45%20.78%-
HSV(B)358.16º96.08%40%-
XYZ5.562.930.47-
YUV33.64112.97176.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 90.27%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=90.27%
G=3.54%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1024700.960.930.6358.1692.4520.78
Hex66470605D3C1665c15
Octal1464701401357454613425
Binary1100110100111011000001011101111100101100110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660407; }

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

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

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

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

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

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

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

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