Html Css Color HEX #79163C Pompadour

📋 copy color: '#79163C'

red 121 ◦ green 22 ◦ blue 60

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

Shades of Pompadour #79163C

Tints of Pompadour #79163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 59.61%
G = 10.84%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79163C (or 0x79163C) is known color: Pompadour. HEX triplet: 79, 16 and 3C. RGB value is (121,22,60). Sum of RGB (Red+Green+Blue) = 121+22+60=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79163C is #86E9C3. Grayscale: #373737. Windows color (decimal): -8841668 or 3937913. OLE color: 3937913.

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

Color convert

RGB 121 22 60 -
CMYK 0 0.82 0.50 0.53
HSL 336.97º 0.69% 0.28% -
HSV(B) 336.97º 0.82% 0.47% -
XYZ 8.99 4.97 4.76 -
YUV 55.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 121 22 60 0 0.82 0.50 0.53 336.97 0.69 0.28
Hex 79 16 3C 0 52 32 35 151 45 1C
Octal 171 26 74 0 122 62 65 521 105 34
Binary 1111001 10110 111100 0 1010010 110010 110101 101010001 1000101 11100

Color Harmonies of #79163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79163C

Black with #79163C

Text Example


Text Example

White with #79163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79163C; }

 p { color: rgb(121,22,60); }

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

background-color css

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

 a { background-color: rgb(121,22,60); }

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

border-color css

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

 span { border-color: rgb(121,22,60); }

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