Html Css Color HEX #781A52 Pompadour

📋 copy color: '#781A52'

red 120 ◦ green 26 ◦ blue 82

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

Shades of Pompadour #781A52

Tints of Pompadour #781A52

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 52.63%
G = 11.4%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781A52 (or 0x781A52) is known color: Pompadour. HEX triplet: 78, 1A and 52. RGB value is (120,26,82). Sum of RGB (Red+Green+Blue) = 120+26+82=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A52 is #87E5AD. Grayscale: #3C3C3C. Windows color (decimal): -8906158 or 5380728. OLE color: 5380728.

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

Color convert

RGB 120 26 82 -
CMYK 0 0.78 0.32 0.53
HSL 324.26º 0.64% 0.29% -
HSV(B) 324.26º 0.78% 0.47% -
XYZ 9.64 5.34 8.51 -
YUV 60.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 120 26 82 0 0.78 0.32 0.53 324.26 0.64 0.29
Hex 78 1A 52 0 4E 20 35 144 40 1D
Octal 170 32 122 0 116 40 65 504 100 35
Binary 1111000 11010 1010010 0 1001110 100000 110101 101000100 1000000 11101

Color Harmonies of #781A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A52

Black with #781A52

Text Example


Text Example

White with #781A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,26,82); }

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

background-color css

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

 a { background-color: rgb(120,26,82); }

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

border-color css

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

 span { border-color: rgb(120,26,82); }

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