#660915

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

Shades of Pohutukawa #660915

Tints of Pohutukawa #660915

Color information

#660915 (or 0x660915) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 15. RGB value is (102,9,21). Sum of RGB (Red+Green+Blue) = 102+9+21=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #660915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660915 is #99F6EA. Grayscale: #262626. Windows color (decimal): -10090219 or 1378662. OLE color: 1378662.

HSL color Cylindrical-coordinate representation of color #660915: hue angle of 352.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660915 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB102921-
CMYK00.910.790.6
HSL352.26º83.78%21.76%-
HSV(B)352.26º91.18%40%-
XYZ5.713.071-
YUV38.17118.31173.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=77.27%
G=6.82%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292100.910.790.6352.2683.7821.76
Hex6691505B4F3C1605416
Octal146112501331177454012426
Binary1100110100110101010110111001111111100101100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660915; }

 p { color: rgb(102,9,21); }

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

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

 a { background-color: rgb(102,9,21); }

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

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

 span { border-color: rgb(102,9,21); }

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