#661527

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

Shades of Pohutukawa #661527

Tints of Pohutukawa #661527

Color information

#661527 (or 0x661527) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 27. RGB value is (102,21,39). Sum of RGB (Red+Green+Blue) = 102+21+39=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661527 is #99EAD8. Grayscale: #2F2F2F. Windows color (decimal): -10087129 or 2561382. OLE color: 2561382.

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

Color convert

RGB1022139-
CMYK00.790.620.6
HSL346.67º65.85%24.12%-
HSV(B)346.67º79.41%40%-
XYZ6.113.512.27-
YUV47.27123.34167.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=62.96%
G=12.96%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213900.790.620.6346.6765.8524.12
Hex66152704F3E3C15b4218
Octal14625470117767453310230
Binary11001101010110011101001111111110111100101011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661527; }

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

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

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

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

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

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

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

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