Html Css Color HEX #781041 Pompadour

📋 copy color: '#781041'

red 120 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #781041

Tints of Pompadour #781041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 59.7%
G = 7.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#781041 (or 0x781041) is known color: Pompadour. HEX triplet: 78, 10 and 41. RGB value is (120,16,65). Sum of RGB (Red+Green+Blue) = 120+16+65=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781041 is #87EFBE. Grayscale: #343434. Windows color (decimal): -8908735 or 4264056. OLE color: 4264056.

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

Color convert

RGB 120 16 65 -
CMYK 0 0.87 0.46 0.53
HSL 331.73º 0.76% 0.27% -
HSV(B) 331.73º 0.87% 0.47% -
XYZ 8.89 4.75 5.45 -
YUV 52.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 120 16 65 0 0.87 0.46 0.53 331.73 0.76 0.27
Hex 78 10 41 0 57 2E 35 14C 4C 1B
Octal 170 20 101 0 127 56 65 514 114 33
Binary 1111000 10000 1000001 0 1010111 101110 110101 101001100 1001100 11011

Color Harmonies of #781041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781041

Black with #781041

Text Example


Text Example

White with #781041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781041; }

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

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

background-color css

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

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

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

border-color css

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

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

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