Html Css Color HEX #66124A Pompadour

📋 copy color: '#66124A'

red 102 ◦ green 18 ◦ blue 74

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

Shades of Pompadour #66124A

Tints of Pompadour #66124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 52.58%
G = 9.28%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66124A (or 0x66124A) is known color: Pompadour. HEX triplet: 66, 12 and 4A. RGB value is (102,18,74). Sum of RGB (Red+Green+Blue) = 102+18+74=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66124A is #99EDB5. Grayscale: #313131. Windows color (decimal): -10087862 or 4854374. OLE color: 4854374.

HSL color Cylindrical-coordinate representation of color #66124A: hue angle of 320º 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 #66124A is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 18 74 -
CMYK 0 0.82 0.27 0.6
HSL 320º 0.7% 0.24% -
HSV(B) 320º 0.82% 0.4% -
XYZ 6.93 3.75 6.84 -
YUV 49.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 102 18 74 0 0.82 0.27 0.6 320 0.7 0.24
Hex 66 12 4A 0 52 1B 3C 140 46 18
Octal 146 22 112 0 122 33 74 500 106 30
Binary 1100110 10010 1001010 0 1010010 11011 111100 101000000 1000110 11000

Color Harmonies of #66124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66124A

Black with #66124A

Text Example


Text Example

White with #66124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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