Html Css Color HEX #781D54 Pompadour

📋 copy color: '#781D54'

red 120 ◦ green 29 ◦ blue 84

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

Shades of Pompadour #781D54

Tints of Pompadour #781D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 51.5%
G = 12.45%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#781D54 (or 0x781D54) is known color: Pompadour. HEX triplet: 78, 1D and 54. RGB value is (120,29,84). Sum of RGB (Red+Green+Blue) = 120+29+84=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D54 is #87E2AB. Grayscale: #3E3E3E. Windows color (decimal): -8905388 or 5512568. OLE color: 5512568.

HSL color Cylindrical-coordinate representation of color #781D54: hue angle of 323.74º 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 #781D54 is Cyan = 0, Magento = 0.76, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 84 -
CMYK 0 0.76 0.3 0.53
HSL 323.74º 0.61% 0.29% -
HSV(B) 323.74º 0.76% 0.47% -
XYZ 9.79 5.51 8.94 -
YUV 62.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 120 29 84 0 0.76 0.3 0.53 323.74 0.61 0.29
Hex 78 1D 54 0 4C 1E 35 144 3D 1D
Octal 170 35 124 0 114 36 65 504 75 35
Binary 1111000 11101 1010100 0 1001100 11110 110101 101000100 111101 11101

Color Harmonies of #781D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D54

Black with #781D54

Text Example


Text Example

White with #781D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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