Html Css Color HEX #66124D Pompadour

📋 copy color: '#66124D'

red 102 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #66124D

Tints of Pompadour #66124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 51.78%
G = 9.14%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66124D (or 0x66124D) is known color: Pompadour. HEX triplet: 66, 12 and 4D. RGB value is (102,18,77). Sum of RGB (Red+Green+Blue) = 102+18+77=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66124D is #99EDB2. Grayscale: #313131. Windows color (decimal): -10087859 or 5050982. OLE color: 5050982.

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

Color convert

RGB 102 18 77 -
CMYK 0 0.82 0.25 0.6
HSL 317.86º 0.7% 0.24% -
HSV(B) 317.86º 0.82% 0.4% -
XYZ 7.04 3.79 7.38 -
YUV 49.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 102 18 77 0 0.82 0.25 0.6 317.86 0.7 0.24
Hex 66 12 4D 0 52 19 3C 13E 46 18
Octal 146 22 115 0 122 31 74 476 106 30
Binary 1100110 10010 1001101 0 1010010 11001 111100 100111110 1000110 11000

Color Harmonies of #66124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66124D

Black with #66124D

Text Example


Text Example

White with #66124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66124D;
 }
 .AnyTagClassName
 {
   color: #66124D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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