Html Css Color HEX #781948 Pompadour

📋 copy color: '#781948'

red 120 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #781948

Tints of Pompadour #781948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

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

R = 55.3%
G = 11.52%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#781948 (or 0x781948) is known color: Pompadour. HEX triplet: 78, 19 and 48. RGB value is (120,25,72). Sum of RGB (Red+Green+Blue) = 120+25+72=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #781948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781948 is #87E6B7. Grayscale: #3A3A3A. Windows color (decimal): -8906424 or 4725112. OLE color: 4725112.

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

Color convert

RGB 120 25 72 -
CMYK 0 0.79 0.40 0.53
HSL 330.32º 0.66% 0.28% -
HSV(B) 330.32º 0.79% 0.47% -
XYZ 9.26 5.16 6.64 -
YUV 58.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 120 25 72 0 0.79 0.40 0.53 330.32 0.66 0.28
Hex 78 19 48 0 4F 28 35 14A 42 1C
Octal 170 31 110 0 117 50 65 512 102 34
Binary 1111000 11001 1001000 0 1001111 101000 110101 101001010 1000010 11100

Color Harmonies of #781948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781948

Black with #781948

Text Example


Text Example

White with #781948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781948; }

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

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

background-color css

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

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

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

border-color css

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

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

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