#66233F

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

Shades of Pompadour #66233F

Tints of Pompadour #66233F

Color information

#66233F (or 0x66233F) is unknown color: approx Pompadour. HEX triplet: 66, 23 and 3F. RGB value is (102,35,63). Sum of RGB (Red+Green+Blue) = 102+35+63=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66233F is #99DCC0. Grayscale: #3A3A3A. Windows color (decimal): -10083521 or 4137830. OLE color: 4137830.

HSL color Cylindrical-coordinate representation of color #66233F: hue angle of 334.93º 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 #66233F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1023563-
CMYK00.660.380.6
HSL334.93º48.91%26.86%-
HSV(B)334.93º65.69%40%-
XYZ6.984.395.18-
YUV58.22130.7159.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=51%
G=17.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102356300.660.380.6334.9348.9126.86
Hex66233F042263C14f311b
Octal1464377010246745176133
Binary11001101000111111110100001010011011110010100111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66233F; }

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

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

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

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

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

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

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

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