Html Css Color HEX #781541 Pompadour

📋 copy color: '#781541'

red 120 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #781541

Tints of Pompadour #781541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 58.25%
G = 10.19%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781541 (or 0x781541) is known color: Pompadour. HEX triplet: 78, 15 and 41. RGB value is (120,21,65). Sum of RGB (Red+Green+Blue) = 120+21+65=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781541 is #87EABE. Grayscale: #373737. Windows color (decimal): -8907455 or 4265336. OLE color: 4265336.

HSL color Cylindrical-coordinate representation of color #781541: hue angle of 333.33º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781541 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 65 -
CMYK 0 0.83 0.46 0.53
HSL 333.33º 0.7% 0.28% -
HSV(B) 333.33º 0.83% 0.47% -
XYZ 8.97 4.91 5.48 -
YUV 55.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 120 21 65 0 0.83 0.46 0.53 333.33 0.7 0.28
Hex 78 15 41 0 53 2E 35 14D 46 1C
Octal 170 25 101 0 123 56 65 515 106 34
Binary 1111000 10101 1000001 0 1010011 101110 110101 101001101 1000110 11100

Color Harmonies of #781541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781541

Black with #781541

Text Example


Text Example

White with #781541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781541; }

 p { color: rgb(120,21,65); }

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

background-color css

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

 a { background-color: rgb(120,21,65); }

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

border-color css

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

 span { border-color: rgb(120,21,65); }

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