Html Css Color HEX #79163D Pompadour

📋 copy color: '#79163D'

red 121 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #79163D

Tints of Pompadour #79163D

RGB

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

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

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

R = 59.31%
G = 10.78%
B = 29.9%

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

#79163D (or 0x79163D) is known color: Pompadour. HEX triplet: 79, 16 and 3D. RGB value is (121,22,61). Sum of RGB (Red+Green+Blue) = 121+22+61=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79163D is #86E9C2. Grayscale: #373737. Windows color (decimal): -8841667 or 4003449. OLE color: 4003449.

HSL color Cylindrical-coordinate representation of color #79163D: hue angle of 336.36º 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 #79163D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 22 61 -
CMYK 0 0.82 0.50 0.53
HSL 336.36º 0.69% 0.28% -
HSV(B) 336.36º 0.82% 0.47% -
XYZ 9.01 4.98 4.9 -
YUV 56.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 121 22 61 0 0.82 0.50 0.53 336.36 0.69 0.28
Hex 79 16 3D 0 52 32 35 150 45 1C
Octal 171 26 75 0 122 62 65 520 105 34
Binary 1111001 10110 111101 0 1010010 110010 110101 101010000 1000101 11100

Color Harmonies of #79163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79163D

Black with #79163D

Text Example


Text Example

White with #79163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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