Html Css Color HEX #79123B Pompadour

📋 copy color: '#79123B'

red 121 ◦ green 18 ◦ blue 59

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

Shades of Pompadour #79123B

Tints of Pompadour #79123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 61.11%
G = 9.09%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#79123B (or 0x79123B) is known color: Pompadour. HEX triplet: 79, 12 and 3B. RGB value is (121,18,59). Sum of RGB (Red+Green+Blue) = 121+18+59=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79123B is #86EDC4. Grayscale: #353535. Windows color (decimal): -8842693 or 3871353. OLE color: 3871353.

HSL color Cylindrical-coordinate representation of color #79123B: hue angle of 336.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79123B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 59 -
CMYK 0 0.85 0.51 0.53
HSL 336.12º 0.74% 0.27% -
HSV(B) 336.12º 0.85% 0.47% -
XYZ 8.89 4.81 4.6 -
YUV 53.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 121 18 59 0 0.85 0.51 0.53 336.12 0.74 0.27
Hex 79 12 3B 0 55 33 35 150 4A 1B
Octal 171 22 73 0 125 63 65 520 112 33
Binary 1111001 10010 111011 0 1010101 110011 110101 101010000 1001010 11011

Color Harmonies of #79123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79123B

Black with #79123B

Text Example


Text Example

White with #79123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79123B; }

 p { color: rgb(121,18,59); }

 H1.HeaderClassName
 {
   color: #79123B;
 }
 .AnyTagClassName
 {
   color: #79123B;
 }
</style>

background-color css

<style>
 a { background-color: #79123B; }

 a { background-color: rgb(121,18,59); }

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

border-color css

<style>
 span { border-color: #79123B; }

 span { border-color: rgb(121,18,59); }

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