Html Css Color HEX #781241 Pompadour

📋 copy color: '#781241'

red 120 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #781241

Tints of Pompadour #781241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 59.11%
G = 8.87%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781241 (or 0x781241) is known color: Pompadour. HEX triplet: 78, 12 and 41. RGB value is (120,18,65). Sum of RGB (Red+Green+Blue) = 120+18+65=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #781241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781241 is #87EDBE. Grayscale: #353535. Windows color (decimal): -8908223 or 4264568. OLE color: 4264568.

HSL color Cylindrical-coordinate representation of color #781241: hue angle of 332.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781241 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 65 -
CMYK 0 0.85 0.46 0.53
HSL 332.35º 0.74% 0.27% -
HSV(B) 332.35º 0.85% 0.47% -
XYZ 8.92 4.81 5.46 -
YUV 53.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 120 18 65 0 0.85 0.46 0.53 332.35 0.74 0.27
Hex 78 12 41 0 55 2E 35 14C 4A 1B
Octal 170 22 101 0 125 56 65 514 112 33
Binary 1111000 10010 1000001 0 1010101 101110 110101 101001100 1001010 11011

Color Harmonies of #781241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781241

Black with #781241

Text Example


Text Example

White with #781241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781241; }

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

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

background-color css

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

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

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

border-color css

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

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

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