Html Css Color HEX #781C52 Pompadour

📋 copy color: '#781C52'

red 120 ◦ green 28 ◦ blue 82

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

Shades of Pompadour #781C52

Tints of Pompadour #781C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

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

R = 52.17%
G = 12.17%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781C52 (or 0x781C52) is known color: Pompadour. HEX triplet: 78, 1C and 52. RGB value is (120,28,82). Sum of RGB (Red+Green+Blue) = 120+28+82=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #781C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C52 is #87E3AD. Grayscale: #3D3D3D. Windows color (decimal): -8905646 or 5381240. OLE color: 5381240.

HSL color Cylindrical-coordinate representation of color #781C52: hue angle of 324.78º degrees, saturation: 0.62, 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 #781C52 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 82 -
CMYK 0 0.77 0.32 0.53
HSL 324.78º 0.62% 0.29% -
HSV(B) 324.78º 0.77% 0.47% -
XYZ 9.68 5.43 8.52 -
YUV 61.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 120 28 82 0 0.77 0.32 0.53 324.78 0.62 0.29
Hex 78 1C 52 0 4D 20 35 145 3E 1D
Octal 170 34 122 0 115 40 65 505 76 35
Binary 1111000 11100 1010010 0 1001101 100000 110101 101000101 111110 11101

Color Harmonies of #781C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C52

Black with #781C52

Text Example


Text Example

White with #781C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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