#660F25

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

Shades of Pohutukawa #660F25

Tints of Pohutukawa #660F25

Color information

#660F25 (or 0x660F25) is unknown color: approx Pohutukawa. HEX triplet: 66, 0F and 25. RGB value is (102,15,37). Sum of RGB (Red+Green+Blue) = 102+15+37=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F25 is #99F0DA. Grayscale: #2B2B2B. Windows color (decimal): -10088667 or 2428774. OLE color: 2428774.

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

Color convert

RGB1021537-
CMYK00.850.640.6
HSL344.83º74.36%22.94%-
HSV(B)344.83º85.29%40%-
XYZ5.983.32.07-
YUV43.52124.32169.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=66.23%
G=9.74%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102153700.850.640.6344.8374.3622.94
Hex66F25055403C1594a17
Octal146174501251007453111227
Binary11001101111100101010101011000000111100101011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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