#661628

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

Shades of Pohutukawa #661628

Tints of Pohutukawa #661628

Color information

#661628 (or 0x661628) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 28. RGB value is (102,22,40). Sum of RGB (Red+Green+Blue) = 102+22+40=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661628 is #99E9D7. Grayscale: #2F2F2F. Windows color (decimal): -10086872 or 2627174. OLE color: 2627174.

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

Color convert

RGB1022240-
CMYK00.780.610.6
HSL346.5º64.52%24.31%-
HSV(B)346.5º78.43%40%-
XYZ6.153.552.37-
YUV47.97123.5166.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=62.20%
G=13.41%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102224000.780.610.6346.564.5224.31
Hex66162804E3D3C15a4118
Octal14626500116757453210130
Binary11001101011010100001001110111101111100101011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661628; }

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

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

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

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

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

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

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

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