#661524

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

Shades of Pohutukawa #661524

Tints of Pohutukawa #661524

Color information

#661524 (or 0x661524) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 24. RGB value is (102,21,36). Sum of RGB (Red+Green+Blue) = 102+21+36=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661524 is #99EADB. Grayscale: #2E2E2E. Windows color (decimal): -10087132 or 2364774. OLE color: 2364774.

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

Color convert

RGB1022136-
CMYK00.790.650.6
HSL348.89º65.85%24.12%-
HSV(B)348.89º79.41%40%-
XYZ6.073.492.02-
YUV46.93121.84167.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=64.15%
G=13.21%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213600.790.650.6348.8965.8524.12
Hex66152404F413C15d4218
Octal146254401171017453510230
Binary110011010101100100010011111000001111100101011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661524; }

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

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

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

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

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

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

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

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