Html Css Color HEX #791C41 Pompadour

📋 copy color: '#791C41'

red 121 ◦ green 28 ◦ blue 65

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

Shades of Pompadour #791C41

Tints of Pompadour #791C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 56.54%
G = 13.08%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#791C41 (or 0x791C41) is known color: Pompadour. HEX triplet: 79, 1C and 41. RGB value is (121,28,65). Sum of RGB (Red+Green+Blue) = 121+28+65=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #791C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791C41 is #86E3BE. Grayscale: #3B3B3B. Windows color (decimal): -8840127 or 4267129. OLE color: 4267129.

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

Color convert

RGB 121 28 65 -
CMYK 0 0.77 0.46 0.53
HSL 336.13º 0.62% 0.29% -
HSV(B) 336.13º 0.77% 0.47% -
XYZ 9.25 5.28 5.53 -
YUV 60.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 121 28 65 0 0.77 0.46 0.53 336.13 0.62 0.29
Hex 79 1C 41 0 4D 2E 35 150 3E 1D
Octal 171 34 101 0 115 56 65 520 76 35
Binary 1111001 11100 1000001 0 1001101 101110 110101 101010000 111110 11101

Color Harmonies of #791C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791C41

Black with #791C41

Text Example


Text Example

White with #791C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,28,65); }

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

background-color css

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

 a { background-color: rgb(121,28,65); }

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

border-color css

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

 span { border-color: rgb(121,28,65); }

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