#661920

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

Shades of Pohutukawa #661920

Tints of Pohutukawa #661920

Color information

#661920 (or 0x661920) is unknown color: approx Pohutukawa. HEX triplet: 66, 19 and 20. RGB value is (102,25,32). Sum of RGB (Red+Green+Blue) = 102+25+32=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661920 is #99E6DF. Grayscale: #303030. Windows color (decimal): -10086112 or 2103654. OLE color: 2103654.

HSL color Cylindrical-coordinate representation of color #661920: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661920 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1022532-
CMYK00.750.690.6
HSL354.55º60.63%24.9%-
HSV(B)354.55º75.49%40%-
XYZ6.093.621.75-
YUV48.82118.51165.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=64.15%
G=15.72%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102253200.750.690.6354.5560.6324.9
Hex66192004B453C1633d19
Octal14631400113105745437531
Binary11001101100110000001001011100010111110010110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661920; }

 p { color: rgb(102,25,32); }

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

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

 a { background-color: rgb(102,25,32); }

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

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

 span { border-color: rgb(102,25,32); }

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