#661529

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

Shades of Pohutukawa #661529

Tints of Pohutukawa #661529

Color information

#661529 (or 0x661529) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 29. RGB value is (102,21,41). Sum of RGB (Red+Green+Blue) = 102+21+41=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661529 is #99EAD6. Grayscale: #2F2F2F. Windows color (decimal): -10087127 or 2692454. OLE color: 2692454.

HSL color Cylindrical-coordinate representation of color #661529: hue angle of 345.19º 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 #661529 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1022141-
CMYK00.790.600.6
HSL345.19º65.85%24.12%-
HSV(B)345.19º79.41%40%-
XYZ6.153.522.45-
YUV47.5124.34166.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 41 (16.41% from 255) = 25%
R=62.20%
G=12.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214100.790.600.6345.1965.8524.12
Hex66152904F3C3C1594218
Octal14625510117747453110230
Binary11001101010110100101001111111100111100101011001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661529; }

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

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

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

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

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

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

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

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