Html Css Color HEX #66163C Pompadour

📋 copy color: '#66163C'

red 102 ◦ green 22 ◦ blue 60

#66163C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #66163C

Tints of Pompadour #66163C

RGB

 RED value IS 102 (40.23% from 255) = 55.43%

 GREEN value IS 22 (8.98% from 255) = 11.96%

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 55.43%
G = 11.96%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66163C (or 0x66163C) is known color: Pompadour. HEX triplet: 66, 16 and 3C. RGB value is (102,22,60). Sum of RGB (Red+Green+Blue) = 102+22+60=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66163C is #99E9C3. Grayscale: #323232. Windows color (decimal): -10086852 or 3937894. OLE color: 3937894.

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

Color convert

RGB 102 22 60 -
CMYK 0 0.78 0.41 0.6
HSL 331.5º 0.65% 0.24% -
HSV(B) 331.5º 0.78% 0.4% -
XYZ 6.58 3.72 4.65 -
YUV 50.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 102 22 60 0 0.78 0.41 0.6 331.5 0.65 0.24
Hex 66 16 3C 0 4E 29 3C 14C 41 18
Octal 146 26 74 0 116 51 74 514 101 30
Binary 1100110 10110 111100 0 1001110 101001 111100 101001100 1000001 11000

Color Harmonies of #66163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66163C

Black with #66163C

Text Example


Text Example

White with #66163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66163C; }

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

 H1.HeaderClassName
 {
   color: #66163C;
 }
 .AnyTagClassName
 {
   color: #66163C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #66163C;
 }
 .BgClassName
 {
   background-color: #66163C;
 }
</style>

border-color css

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

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

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