Html Css Color HEX #66124C Pompadour

📋 copy color: '#66124C'

red 102 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #66124C

Tints of Pompadour #66124C

RGB

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

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

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

R = 52.04%
G = 9.18%
B = 38.78%

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

#66124C (or 0x66124C) is known color: Pompadour. HEX triplet: 66, 12 and 4C. RGB value is (102,18,76). Sum of RGB (Red+Green+Blue) = 102+18+76=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66124C is #99EDB3. Grayscale: #313131. Windows color (decimal): -10087860 or 4985446. OLE color: 4985446.

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

Color convert

RGB 102 18 76 -
CMYK 0 0.82 0.25 0.6
HSL 318.57º 0.7% 0.24% -
HSV(B) 318.57º 0.82% 0.4% -
XYZ 7 3.78 7.2 -
YUV 49.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 102 18 76 0 0.82 0.25 0.6 318.57 0.7 0.24
Hex 66 12 4C 0 52 19 3C 13F 46 18
Octal 146 22 114 0 122 31 74 477 106 30
Binary 1100110 10010 1001100 0 1010010 11001 111100 100111111 1000110 11000

Color Harmonies of #66124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66124C

Black with #66124C

Text Example


Text Example

White with #66124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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