Html Css Color HEX #66254C Pompadour

📋 copy color: '#66254C'

red 102 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #66254C

Tints of Pompadour #66254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 47.44%
G = 17.21%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66254C (or 0x66254C) is known color: Pompadour. HEX triplet: 66, 25 and 4C. RGB value is (102,37,76). Sum of RGB (Red+Green+Blue) = 102+37+76=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66254C is #99DAB3. Grayscale: #3C3C3C. Windows color (decimal): -10082996 or 4990310. OLE color: 4990310.

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

Color convert

RGB 102 37 76 -
CMYK 0 0.64 0.25 0.6
HSL 324º 0.47% 0.27% -
HSV(B) 324º 0.64% 0.4% -
XYZ 7.45 4.67 7.35 -
YUV 60.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 102 37 76 0 0.64 0.25 0.6 324 0.47 0.27
Hex 66 25 4C 0 40 19 3C 144 2F 1B
Octal 146 45 114 0 100 31 74 504 57 33
Binary 1100110 100101 1001100 0 1000000 11001 111100 101000100 101111 11011

Color Harmonies of #66254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66254C

Black with #66254C

Text Example


Text Example

White with #66254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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