Html Css Color HEX #662548 Pompadour

📋 copy color: '#662548'

red 102 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #662548

Tints of Pompadour #662548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 48.34%
G = 17.54%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#662548 (or 0x662548) is known color: Pompadour. HEX triplet: 66, 25 and 48. RGB value is (102,37,72). Sum of RGB (Red+Green+Blue) = 102+37+72=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #662548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662548 is #99DAB7. Grayscale: #3C3C3C. Windows color (decimal): -10083000 or 4728166. OLE color: 4728166.

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

Color convert

RGB 102 37 72 -
CMYK 0 0.64 0.29 0.6
HSL 327.69º 0.47% 0.27% -
HSV(B) 327.69º 0.64% 0.4% -
XYZ 7.31 4.62 6.64 -
YUV 60.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 102 37 72 0 0.64 0.29 0.6 327.69 0.47 0.27
Hex 66 25 48 0 40 1D 3C 148 2F 1B
Octal 146 45 110 0 100 35 74 510 57 33
Binary 1100110 100101 1001000 0 1000000 11101 111100 101001000 101111 11011

Color Harmonies of #662548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662548

Black with #662548

Text Example


Text Example

White with #662548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662548; }

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

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

background-color css

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

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

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

border-color css

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

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

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