Html Css Color HEX #79133D Pompadour

📋 copy color: '#79133D'

red 121 ◦ green 19 ◦ blue 61

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

Shades of Pompadour #79133D

Tints of Pompadour #79133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 60.2%
G = 9.45%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79133D (or 0x79133D) is known color: Pompadour. HEX triplet: 79, 13 and 3D. RGB value is (121,19,61). Sum of RGB (Red+Green+Blue) = 121+19+61=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79133D is #86ECC2. Grayscale: #363636. Windows color (decimal): -8842435 or 4002681. OLE color: 4002681.

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

Color convert

RGB 121 19 61 -
CMYK 0 0.84 0.50 0.53
HSL 335.29º 0.73% 0.27% -
HSV(B) 335.29º 0.84% 0.47% -
XYZ 8.96 4.87 4.88 -
YUV 54.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 121 19 61 0 0.84 0.50 0.53 335.29 0.73 0.27
Hex 79 13 3D 0 54 32 35 14F 49 1B
Octal 171 23 75 0 124 62 65 517 111 33
Binary 1111001 10011 111101 0 1010100 110010 110101 101001111 1001001 11011

Color Harmonies of #79133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79133D

Black with #79133D

Text Example


Text Example

White with #79133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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