Html Css Color HEX #780D4D Pompadour

📋 copy color: '#780D4D'

red 120 ◦ green 13 ◦ blue 77

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

Shades of Pompadour #780D4D

Tints of Pompadour #780D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.19%

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

R = 57.14%
G = 6.19%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#780D4D (or 0x780D4D) is known color: Pompadour. HEX triplet: 78, 0D and 4D. RGB value is (120,13,77). Sum of RGB (Red+Green+Blue) = 120+13+77=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D4D is #87F2B2. Grayscale: #343434. Windows color (decimal): -8909491 or 5049720. OLE color: 5049720.

HSL color Cylindrical-coordinate representation of color #780D4D: hue angle of 324.11º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D4D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 77 -
CMYK 0 0.89 0.36 0.53
HSL 324.11º 0.8% 0.26% -
HSV(B) 324.11º 0.89% 0.47% -
XYZ 9.23 4.82 7.46 -
YUV 52.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 120 13 77 0 0.89 0.36 0.53 324.11 0.8 0.26
Hex 78 D 4D 0 59 24 35 144 50 1A
Octal 170 15 115 0 131 44 65 504 120 32
Binary 1111000 1101 1001101 0 1011001 100100 110101 101000100 1010000 11010

Color Harmonies of #780D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D4D

Black with #780D4D

Text Example


Text Example

White with #780D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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