Html Css Color HEX #66174C Pompadour

📋 copy color: '#66174C'

red 102 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #66174C

Tints of Pompadour #66174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 50.75%
G = 11.44%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66174C (or 0x66174C) is known color: Pompadour. HEX triplet: 66, 17 and 4C. RGB value is (102,23,76). Sum of RGB (Red+Green+Blue) = 102+23+76=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66174C is #99E8B3. Grayscale: #343434. Windows color (decimal): -10086580 or 4986726. OLE color: 4986726.

HSL color Cylindrical-coordinate representation of color #66174C: hue angle of 319.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66174C is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 76 -
CMYK 0 0.77 0.25 0.6
HSL 319.75º 0.63% 0.25% -
HSV(B) 319.75º 0.77% 0.4% -
XYZ 7.09 3.96 7.23 -
YUV 52.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 102 23 76 0 0.77 0.25 0.6 319.75 0.63 0.25
Hex 66 17 4C 0 4D 19 3C 140 3F 19
Octal 146 27 114 0 115 31 74 500 77 31
Binary 1100110 10111 1001100 0 1001101 11001 111100 101000000 111111 11001

Color Harmonies of #66174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66174C

Black with #66174C

Text Example


Text Example

White with #66174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,23,76); }

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

background-color css

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

 a { background-color: rgb(102,23,76); }

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

border-color css

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

 span { border-color: rgb(102,23,76); }

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