Html Css Color HEX #781B54 Pompadour

📋 copy color: '#781B54'

red 120 ◦ green 27 ◦ blue 84

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

Shades of Pompadour #781B54

Tints of Pompadour #781B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

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

R = 51.95%
G = 11.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#781B54 (or 0x781B54) is known color: Pompadour. HEX triplet: 78, 1B and 54. RGB value is (120,27,84). Sum of RGB (Red+Green+Blue) = 120+27+84=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #781B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B54 is #87E4AB. Grayscale: #3D3D3D. Windows color (decimal): -8905900 or 5512056. OLE color: 5512056.

HSL color Cylindrical-coordinate representation of color #781B54: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B54 is Cyan = 0, Magento = 0.78, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 27 84 -
CMYK 0 0.78 0.3 0.53
HSL 323.23º 0.63% 0.29% -
HSV(B) 323.23º 0.78% 0.47% -
XYZ 9.74 5.42 8.92 -
YUV 61.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 120 27 84 0 0.78 0.3 0.53 323.23 0.63 0.29
Hex 78 1B 54 0 4E 1E 35 143 3F 1D
Octal 170 33 124 0 116 36 65 503 77 35
Binary 1111000 11011 1010100 0 1001110 11110 110101 101000011 111111 11101

Color Harmonies of #781B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B54

Black with #781B54

Text Example


Text Example

White with #781B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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