Html Css Color HEX #781751 Pompadour

📋 copy color: '#781751'

red 120 ◦ green 23 ◦ blue 81

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

Shades of Pompadour #781751

Tints of Pompadour #781751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 53.57%
G = 10.27%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781751 (or 0x781751) is known color: Pompadour. HEX triplet: 78, 17 and 51. RGB value is (120,23,81). Sum of RGB (Red+Green+Blue) = 120+23+81=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781751 is #87E8AE. Grayscale: #3A3A3A. Windows color (decimal): -8906927 or 5314424. OLE color: 5314424.

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

Color convert

RGB 120 23 81 -
CMYK 0 0.81 0.32 0.53
HSL 324.12º 0.68% 0.28% -
HSV(B) 324.12º 0.81% 0.47% -
XYZ 9.54 5.2 8.29 -
YUV 58.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 120 23 81 0 0.81 0.32 0.53 324.12 0.68 0.28
Hex 78 17 51 0 51 20 35 144 44 1C
Octal 170 27 121 0 121 40 65 504 104 34
Binary 1111000 10111 1010001 0 1010001 100000 110101 101000100 1000100 11100

Color Harmonies of #781751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781751

Black with #781751

Text Example


Text Example

White with #781751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781751; }

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

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

background-color css

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

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

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

border-color css

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

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

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