Html Css Color HEX #782141 Pompadour

📋 copy color: '#782141'

red 120 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #782141

Tints of Pompadour #782141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 55.05%
G = 15.14%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#782141 (or 0x782141) is known color: Pompadour. HEX triplet: 78, 21 and 41. RGB value is (120,33,65). Sum of RGB (Red+Green+Blue) = 120+33+65=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #782141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782141 is #87DEBE. Grayscale: #3E3E3E. Windows color (decimal): -8904383 or 4268408. OLE color: 4268408.

HSL color Cylindrical-coordinate representation of color #782141: hue angle of 337.93º degrees, saturation: 0.57, 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 #782141 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 65 -
CMYK 0 0.72 0.46 0.53
HSL 337.93º 0.57% 0.3% -
HSV(B) 337.93º 0.73% 0.47% -
XYZ 9.24 5.46 5.57 -
YUV 62.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 120 33 65 0 0.72 0.46 0.53 337.93 0.57 0.3
Hex 78 21 41 0 48 2E 35 152 39 1E
Octal 170 41 101 0 110 56 65 522 71 36
Binary 1111000 100001 1000001 0 1001000 101110 110101 101010010 111001 11110

Color Harmonies of #782141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782141

Black with #782141

Text Example


Text Example

White with #782141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782141; }

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

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

background-color css

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

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

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

border-color css

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

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

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