Html Css Color HEX #662448 Pompadour

📋 copy color: '#662448'

red 102 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #662448

Tints of Pompadour #662448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 48.57%
G = 17.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#662448 (or 0x662448) is known color: Pompadour. HEX triplet: 66, 24 and 48. RGB value is (102,36,72). Sum of RGB (Red+Green+Blue) = 102+36+72=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #662448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662448 is #99DBB7. Grayscale: #3B3B3B. Windows color (decimal): -10083256 or 4727910. OLE color: 4727910.

HSL color Cylindrical-coordinate representation of color #662448: hue angle of 327.27º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662448 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 72 -
CMYK 0 0.65 0.29 0.6
HSL 327.27º 0.48% 0.27% -
HSV(B) 327.27º 0.65% 0.4% -
XYZ 7.28 4.55 6.63 -
YUV 59.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 102 36 72 0 0.65 0.29 0.6 327.27 0.48 0.27
Hex 66 24 48 0 41 1D 3C 147 30 1B
Octal 146 44 110 0 101 35 74 507 60 33
Binary 1100110 100100 1001000 0 1000001 11101 111100 101000111 110000 11011

Color Harmonies of #662448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662448

Black with #662448

Text Example


Text Example

White with #662448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662448; }

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

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

background-color css

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

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

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

border-color css

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

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

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