Html Css Color HEX #791D3E Pompadour

📋 copy color: '#791D3E'

red 121 ◦ green 29 ◦ blue 62

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

Shades of Pompadour #791D3E

Tints of Pompadour #791D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 57.08%
G = 13.68%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#791D3E (or 0x791D3E) is known color: Pompadour. HEX triplet: 79, 1D and 3E. RGB value is (121,29,62). Sum of RGB (Red+Green+Blue) = 121+29+62=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D3E is #86E2C1. Grayscale: #3C3C3C. Windows color (decimal): -8839874 or 4070777. OLE color: 4070777.

HSL color Cylindrical-coordinate representation of color #791D3E: hue angle of 338.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D3E is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 29 62 -
CMYK 0 0.76 0.49 0.53
HSL 338.48º 0.61% 0.29% -
HSV(B) 338.48º 0.76% 0.47% -
XYZ 9.19 5.29 5.09 -
YUV 60.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 121 29 62 0 0.76 0.49 0.53 338.48 0.61 0.29
Hex 79 1D 3E 0 4C 31 35 152 3D 1D
Octal 171 35 76 0 114 61 65 522 75 35
Binary 1111001 11101 111110 0 1001100 110001 110101 101010010 111101 11101

Color Harmonies of #791D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791D3E

Black with #791D3E

Text Example


Text Example

White with #791D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791D3E; }

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

 H1.HeaderClassName
 {
   color: #791D3E;
 }
 .AnyTagClassName
 {
   color: #791D3E;
 }
</style>

background-color css

<style>
 a { background-color: #791D3E; }

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

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

border-color css

<style>
 span { border-color: #791D3E; }

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

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