#661621

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

Shades of Pohutukawa #661621

Tints of Pohutukawa #661621

Color information

#661621 (or 0x661621) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 21. RGB value is (102,22,33). Sum of RGB (Red+Green+Blue) = 102+22+33=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661621 is #99E9DE. Grayscale: #2F2F2F. Windows color (decimal): -10086879 or 2168422. OLE color: 2168422.

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

Color convert

RGB1022233-
CMYK00.780.680.6
HSL351.75º64.52%24.31%-
HSV(B)351.75º78.43%40%-
XYZ6.043.511.8-
YUV47.17120167.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 33 (13.28% from 255) = 21.02%
R=64.97%
G=14.01%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102223300.780.680.6351.7564.5224.31
Hex66162104E443C1604118
Octal146264101161047454010130
Binary110011010110100001010011101000100111100101100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661621; }

 p { color: rgb(102,22,33); }

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

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

 a { background-color: rgb(102,22,33); }

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

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

 span { border-color: rgb(102,22,33); }

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