#661522

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

Shades of Pohutukawa #661522

Tints of Pohutukawa #661522

Color information

#661522 (or 0x661522) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 22. RGB value is (102,21,34). Sum of RGB (Red+Green+Blue) = 102+21+34=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661522 is #99EADD. Grayscale: #2E2E2E. Windows color (decimal): -10087134 or 2233702. OLE color: 2233702.

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

Color convert

RGB1022134-
CMYK00.790.670.6
HSL350.37º65.85%24.12%-
HSV(B)350.37º79.41%40%-
XYZ6.043.481.87-
YUV46.7120.84167.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=64.97%
G=13.38%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213400.790.670.6350.3765.8524.12
Hex66152204F433C15e4218
Octal146254201171037453610230
Binary110011010101100010010011111000011111100101011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661522; }

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

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

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

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

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

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

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

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