#660F1F

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

Shades of Pohutukawa #660F1F

Tints of Pohutukawa #660F1F

Color information

#660F1F (or 0x660F1F) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 1F. RGB value is (102,15,31). Sum of RGB (Red+Green+Blue) = 102+15+31=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #660F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F1F is #99F0E0. Grayscale: #2A2A2A. Windows color (decimal): -10088673 or 2035558. OLE color: 2035558.

HSL color Cylindrical-coordinate representation of color #660F1F: hue angle of 348.97º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F1F is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1021531-
CMYK00.850.700.6
HSL348.97º74.36%22.94%-
HSV(B)348.97º85.29%40%-
XYZ5.93.271.62-
YUV42.84121.32170.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=68.92%
G=10.14%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102153100.850.700.6348.9774.3622.94
Hex66F1F055463C15d4a17
Octal146173701251067453511227
Binary1100110111111111010101011000110111100101011101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F1F; }

 p { color: rgb(102,15,31); }

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

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

 a { background-color: rgb(102,15,31); }

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

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

 span { border-color: rgb(102,15,31); }

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