#661220

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

Shades of Pohutukawa #661220

Tints of Pohutukawa #661220

Color information

#661220 (or 0x661220) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 20. RGB value is (102,18,32). Sum of RGB (Red+Green+Blue) = 102+18+32=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661220 is #99EDDF. Grayscale: #2C2C2C. Windows color (decimal): -10087904 or 2101862. OLE color: 2101862.

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

Color convert

RGB1021832-
CMYK00.820.690.6
HSL350º70%23.53%-
HSV(B)350º82.35%40%-
XYZ5.963.361.7-
YUV44.71120.83168.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=67.11%
G=11.84%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102183200.820.690.63507023.53
Hex661220052453C15e4618
Octal146224001221057453610630
Binary110011010010100000010100101000101111100101011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661220; }

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

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

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

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

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

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

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

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