Html Css Color HEX #66254D Pompadour

📋 copy color: '#66254D'

red 102 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #66254D

Tints of Pompadour #66254D

RGB

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

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

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

R = 47.22%
G = 17.13%
B = 35.65%

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

#66254D (or 0x66254D) is known color: Pompadour. HEX triplet: 66, 25 and 4D. RGB value is (102,37,77). Sum of RGB (Red+Green+Blue) = 102+37+77=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66254D is #99DAB2. Grayscale: #3C3C3C. Windows color (decimal): -10082995 or 5055846. OLE color: 5055846.

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

Color convert

RGB 102 37 77 -
CMYK 0 0.64 0.25 0.6
HSL 323.08º 0.47% 0.27% -
HSV(B) 323.08º 0.64% 0.4% -
XYZ 7.48 4.68 7.53 -
YUV 61 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 102 37 77 0 0.64 0.25 0.6 323.08 0.47 0.27
Hex 66 25 4D 0 40 19 3C 143 2F 1B
Octal 146 45 115 0 100 31 74 503 57 33
Binary 1100110 100101 1001101 0 1000000 11001 111100 101000011 101111 11011

Color Harmonies of #66254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66254D

Black with #66254D

Text Example


Text Example

White with #66254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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