Html Css Color HEX #782048 Pompadour

📋 copy color: '#782048'

red 120 ◦ green 32 ◦ blue 72

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

Shades of Pompadour #782048

Tints of Pompadour #782048

RGB

 RED value IS 120 (47.27% from 255) = 53.57%

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 53.57%
G = 14.29%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#782048 (or 0x782048) is known color: Pompadour. HEX triplet: 78, 20 and 48. RGB value is (120,32,72). Sum of RGB (Red+Green+Blue) = 120+32+72=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #782048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782048 is #87DFB7. Grayscale: #3E3E3E. Windows color (decimal): -8904632 or 4726904. OLE color: 4726904.

HSL color Cylindrical-coordinate representation of color #782048: hue angle of 332.73º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782048 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 72 -
CMYK 0 0.73 0.40 0.53
HSL 332.73º 0.58% 0.3% -
HSV(B) 332.73º 0.73% 0.47% -
XYZ 9.43 5.49 6.69 -
YUV 62.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 120 32 72 0 0.73 0.40 0.53 332.73 0.58 0.3
Hex 78 20 48 0 49 28 35 14D 3A 1E
Octal 170 40 110 0 111 50 65 515 72 36
Binary 1111000 100000 1001000 0 1001001 101000 110101 101001101 111010 11110

Color Harmonies of #782048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782048

Black with #782048

Text Example


Text Example

White with #782048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782048; }

 p { color: rgb(120,32,72); }

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

background-color css

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

 a { background-color: rgb(120,32,72); }

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

border-color css

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

 span { border-color: rgb(120,32,72); }

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