#66234D

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

Shades of Pompadour #66234D

Tints of Pompadour #66234D

Color information

#66234D (or 0x66234D) is unknown color: approx Pompadour. HEX triplet: 66, 23 and 4D. RGB value is (102,35,77). Sum of RGB (Red+Green+Blue) = 102+35+77=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66234D is #99DCB2. Grayscale: #3B3B3B. Windows color (decimal): -10083507 or 5055334. OLE color: 5055334.

HSL color Cylindrical-coordinate representation of color #66234D: hue angle of 322.39º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66234D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1023577-
CMYK00.660.250.6
HSL322.39º48.91%26.86%-
HSV(B)322.39º65.69%40%-
XYZ7.424.567.51-
YUV59.82137.7158.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=47.66%
G=16.36%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102357700.660.250.6322.3948.9126.86
Hex66234D042193C142311b
Octal14643115010231745026133
Binary11001101000111001101010000101100111110010100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66234D; }

 p { color: rgb(102,35,77); }

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

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

 a { background-color: rgb(102,35,77); }

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

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

 span { border-color: rgb(102,35,77); }

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