Html Css Color HEX #781D4D Pompadour

📋 copy color: '#781D4D'

red 120 ◦ green 29 ◦ blue 77

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

Shades of Pompadour #781D4D

Tints of Pompadour #781D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 53.1%
G = 12.83%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#781D4D (or 0x781D4D) is known color: Pompadour. HEX triplet: 78, 1D and 4D. RGB value is (120,29,77). Sum of RGB (Red+Green+Blue) = 120+29+77=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D4D is #87E2B2. Grayscale: #3D3D3D. Windows color (decimal): -8905395 or 5053816. OLE color: 5053816.

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

Color convert

RGB 120 29 77 -
CMYK 0 0.76 0.36 0.53
HSL 328.35º 0.61% 0.29% -
HSV(B) 328.35º 0.76% 0.47% -
XYZ 9.52 5.41 7.56 -
YUV 61.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 120 29 77 0 0.76 0.36 0.53 328.35 0.61 0.29
Hex 78 1D 4D 0 4C 24 35 148 3D 1D
Octal 170 35 115 0 114 44 65 510 75 35
Binary 1111000 11101 1001101 0 1001100 100100 110101 101001000 111101 11101

Color Harmonies of #781D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D4D

Black with #781D4D

Text Example


Text Example

White with #781D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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