Html Css Color HEX #781D53 Pompadour

📋 copy color: '#781D53'

red 120 ◦ green 29 ◦ blue 83

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

Shades of Pompadour #781D53

Tints of Pompadour #781D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 51.72%
G = 12.5%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#781D53 (or 0x781D53) is known color: Pompadour. HEX triplet: 78, 1D and 53. RGB value is (120,29,83). Sum of RGB (Red+Green+Blue) = 120+29+83=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #781D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D53 is #87E2AC. Grayscale: #3E3E3E. Windows color (decimal): -8905389 or 5447032. OLE color: 5447032.

HSL color Cylindrical-coordinate representation of color #781D53: hue angle of 324.4º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D53 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 83 -
CMYK 0 0.76 0.31 0.53
HSL 324.4º 0.61% 0.29% -
HSV(B) 324.4º 0.76% 0.47% -
XYZ 9.75 5.5 8.73 -
YUV 62.37 139.65 169.11 -
System Red Green Blue C M Y K H S L
Decimal 120 29 83 0 0.76 0.31 0.53 324.4 0.61 0.29
Hex 78 1D 53 0 4C 1F 35 144 3D 1D
Octal 170 35 123 0 114 37 65 504 75 35
Binary 1111000 11101 1010011 0 1001100 11111 110101 101000100 111101 11101

Color Harmonies of #781D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D53

Black with #781D53

Text Example


Text Example

White with #781D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781D53; }

 p { color: rgb(120,29,83); }

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

background-color css

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

 a { background-color: rgb(120,29,83); }

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

border-color css

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

 span { border-color: rgb(120,29,83); }

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