Html Css Color HEX #781C50 Pompadour

📋 copy color: '#781C50'

red 120 ◦ green 28 ◦ blue 80

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

Shades of Pompadour #781C50

Tints of Pompadour #781C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 52.63%
G = 12.28%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781C50 (or 0x781C50) is known color: Pompadour. HEX triplet: 78, 1C and 50. RGB value is (120,28,80). Sum of RGB (Red+Green+Blue) = 120+28+80=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C50 is #87E3AF. Grayscale: #3D3D3D. Windows color (decimal): -8905648 or 5250168. OLE color: 5250168.

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

Color convert

RGB 120 28 80 -
CMYK 0 0.77 0.33 0.53
HSL 326.09º 0.62% 0.29% -
HSV(B) 326.09º 0.77% 0.47% -
XYZ 9.61 5.4 8.13 -
YUV 61.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 120 28 80 0 0.77 0.33 0.53 326.09 0.62 0.29
Hex 78 1C 50 0 4D 21 35 146 3E 1D
Octal 170 34 120 0 115 41 65 506 76 35
Binary 1111000 11100 1010000 0 1001101 100001 110101 101000110 111110 11101

Color Harmonies of #781C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C50

Black with #781C50

Text Example


Text Example

White with #781C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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