Html Css Color HEX #79153E Pompadour

📋 copy color: '#79153E'

red 121 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #79153E

Tints of Pompadour #79153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 59.31%
G = 10.29%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#79153E (or 0x79153E) is known color: Pompadour. HEX triplet: 79, 15 and 3E. RGB value is (121,21,62). Sum of RGB (Red+Green+Blue) = 121+21+62=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79153E is #86EAC1. Grayscale: #373737. Windows color (decimal): -8841922 or 4068729. OLE color: 4068729.

HSL color Cylindrical-coordinate representation of color #79153E: hue angle of 335.4º 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 #79153E is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 62 -
CMYK 0 0.83 0.49 0.53
HSL 335.4º 0.7% 0.28% -
HSV(B) 335.4º 0.83% 0.47% -
XYZ 9.02 4.95 5.04 -
YUV 55.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 121 21 62 0 0.83 0.49 0.53 335.4 0.7 0.28
Hex 79 15 3E 0 53 31 35 14F 46 1C
Octal 171 25 76 0 123 61 65 517 106 34
Binary 1111001 10101 111110 0 1010011 110001 110101 101001111 1000110 11100

Color Harmonies of #79153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79153E

Black with #79153E

Text Example


Text Example

White with #79153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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