Html Css Color HEX #782041 Pompadour

📋 copy color: '#782041'

red 120 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #782041

Tints of Pompadour #782041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 55.3%
G = 14.75%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#782041 (or 0x782041) is known color: Pompadour. HEX triplet: 78, 20 and 41. RGB value is (120,32,65). Sum of RGB (Red+Green+Blue) = 120+32+65=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #782041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782041 is #87DFBE. Grayscale: #3E3E3E. Windows color (decimal): -8904639 or 4268152. OLE color: 4268152.

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

Color convert

RGB 120 32 65 -
CMYK 0 0.73 0.46 0.53
HSL 337.5º 0.58% 0.3% -
HSV(B) 337.5º 0.73% 0.47% -
XYZ 9.22 5.41 5.56 -
YUV 62.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 120 32 65 0 0.73 0.46 0.53 337.5 0.58 0.3
Hex 78 20 41 0 49 2E 35 152 3A 1E
Octal 170 40 101 0 111 56 65 522 72 36
Binary 1111000 100000 1000001 0 1001001 101110 110101 101010010 111010 11110

Color Harmonies of #782041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782041

Black with #782041

Text Example


Text Example

White with #782041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782041; }

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

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

background-color css

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

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

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

border-color css

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

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

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