Html Css Color HEX #781F4C Pompadour

📋 copy color: '#781F4C'

red 120 ◦ green 31 ◦ blue 76

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

Shades of Pompadour #781F4C

Tints of Pompadour #781F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 52.86%
G = 13.66%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#781F4C (or 0x781F4C) is known color: Pompadour. HEX triplet: 78, 1F and 4C. RGB value is (120,31,76). Sum of RGB (Red+Green+Blue) = 120+31+76=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #781F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F4C is #87E0B3. Grayscale: #3E3E3E. Windows color (decimal): -8904884 or 4988792. OLE color: 4988792.

HSL color Cylindrical-coordinate representation of color #781F4C: hue angle of 329.66º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F4C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 76 -
CMYK 0 0.74 0.37 0.53
HSL 329.66º 0.59% 0.3% -
HSV(B) 329.66º 0.74% 0.47% -
XYZ 9.54 5.49 7.4 -
YUV 62.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 120 31 76 0 0.74 0.37 0.53 329.66 0.59 0.3
Hex 78 1F 4C 0 4A 25 35 14A 3B 1E
Octal 170 37 114 0 112 45 65 512 73 36
Binary 1111000 11111 1001100 0 1001010 100101 110101 101001010 111011 11110

Color Harmonies of #781F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F4C

Black with #781F4C

Text Example


Text Example

White with #781F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,76); }

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

background-color css

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

 a { background-color: rgb(120,31,76); }

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

border-color css

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

 span { border-color: rgb(120,31,76); }

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