Html Css Color HEX #781851 Pompadour

📋 copy color: '#781851'

red 120 ◦ green 24 ◦ blue 81

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

Shades of Pompadour #781851

Tints of Pompadour #781851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 53.33%
G = 10.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781851 (or 0x781851) is known color: Pompadour. HEX triplet: 78, 18 and 51. RGB value is (120,24,81). Sum of RGB (Red+Green+Blue) = 120+24+81=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781851 is #87E7AE. Grayscale: #3B3B3B. Windows color (decimal): -8906671 or 5314680. OLE color: 5314680.

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

Color convert

RGB 120 24 81 -
CMYK 0 0.8 0.32 0.53
HSL 324.38º 0.67% 0.28% -
HSV(B) 324.38º 0.8% 0.47% -
XYZ 9.56 5.24 8.29 -
YUV 59.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 120 24 81 0 0.8 0.32 0.53 324.38 0.67 0.28
Hex 78 18 51 0 50 20 35 144 43 1C
Octal 170 30 121 0 120 40 65 504 103 34
Binary 1111000 11000 1010001 0 1010000 100000 110101 101000100 1000011 11100

Color Harmonies of #781851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781851

Black with #781851

Text Example


Text Example

White with #781851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781851; }

 p { color: rgb(120,24,81); }

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

background-color css

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

 a { background-color: rgb(120,24,81); }

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

border-color css

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

 span { border-color: rgb(120,24,81); }

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