Html Css Color HEX #781D4A Pompadour

📋 copy color: '#781D4A'

red 120 ◦ green 29 ◦ blue 74

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

Shades of Pompadour #781D4A

Tints of Pompadour #781D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 53.81%
G = 13%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#781D4A (or 0x781D4A) is known color: Pompadour. HEX triplet: 78, 1D and 4A. RGB value is (120,29,74). Sum of RGB (Red+Green+Blue) = 120+29+74=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D4A is #87E2B5. Grayscale: #3D3D3D. Windows color (decimal): -8905398 or 4857208. OLE color: 4857208.

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

Color convert

RGB 120 29 74 -
CMYK 0 0.76 0.38 0.53
HSL 330.33º 0.61% 0.29% -
HSV(B) 330.33º 0.76% 0.47% -
XYZ 9.42 5.37 7.02 -
YUV 61.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 120 29 74 0 0.76 0.38 0.53 330.33 0.61 0.29
Hex 78 1D 4A 0 4C 26 35 14A 3D 1D
Octal 170 35 112 0 114 46 65 512 75 35
Binary 1111000 11101 1001010 0 1001100 100110 110101 101001010 111101 11101

Color Harmonies of #781D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D4A

Black with #781D4A

Text Example


Text Example

White with #781D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,74); }

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

background-color css

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

 a { background-color: rgb(120,29,74); }

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

border-color css

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

 span { border-color: rgb(120,29,74); }

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