Html Css Color HEX #79153D Pompadour

📋 copy color: '#79153D'

red 121 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #79153D

Tints of Pompadour #79153D

RGB

 RED value IS 121 (47.66% from 255) = 59.61%

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

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 59.61%
G = 10.34%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79153D (or 0x79153D) is known color: Pompadour. HEX triplet: 79, 15 and 3D. RGB value is (121,21,61). Sum of RGB (Red+Green+Blue) = 121+21+61=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153D is #86EAC2. Grayscale: #373737. Windows color (decimal): -8841923 or 4003193. OLE color: 4003193.

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

Color convert

RGB 121 21 61 -
CMYK 0 0.83 0.50 0.53
HSL 336º 0.7% 0.28% -
HSV(B) 336º 0.83% 0.47% -
XYZ 9 4.94 4.89 -
YUV 55.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 121 21 61 0 0.83 0.50 0.53 336 0.7 0.28
Hex 79 15 3D 0 53 32 35 150 46 1C
Octal 171 25 75 0 123 62 65 520 106 34
Binary 1111001 10101 111101 0 1010011 110010 110101 101010000 1000110 11100

Color Harmonies of #79153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79153D

Black with #79153D

Text Example


Text Example

White with #79153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79153D; }

 p { color: rgb(121,21,61); }

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

background-color css

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

 a { background-color: rgb(121,21,61); }

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

border-color css

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

 span { border-color: rgb(121,21,61); }

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