#660F1A

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

Shades of Pohutukawa #660F1A

Tints of Pohutukawa #660F1A

Color information

#660F1A (or 0x660F1A) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 1A. RGB value is (102,15,26). Sum of RGB (Red+Green+Blue) = 102+15+26=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F1A is #99F0E5. Grayscale: #2A2A2A. Windows color (decimal): -10088678 or 1707878. OLE color: 1707878.

HSL color Cylindrical-coordinate representation of color #660F1A: hue angle of 352.41º 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 #660F1A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1021526-
CMYK00.850.750.6
HSL352.41º74.36%22.94%-
HSV(B)352.41º85.29%40%-
XYZ5.843.241.3-
YUV42.27118.82170.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=71.33%
G=10.49%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102152600.850.750.6352.4174.3622.94
Hex66F1A0554B3C1604a17
Octal146173201251137454011227
Binary1100110111111010010101011001011111100101100000100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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