Html Css Color HEX #791642 Pompadour

📋 copy color: '#791642'

red 121 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #791642

Tints of Pompadour #791642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 57.89%
G = 10.53%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#791642 (or 0x791642) is known color: Pompadour. HEX triplet: 79, 16 and 42. RGB value is (121,22,66). Sum of RGB (Red+Green+Blue) = 121+22+66=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791642 is #86E9BD. Grayscale: #383838. Windows color (decimal): -8841662 or 4331129. OLE color: 4331129.

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

Color convert

RGB 121 22 66 -
CMYK 0 0.82 0.45 0.53
HSL 333.33º 0.69% 0.28% -
HSV(B) 333.33º 0.82% 0.47% -
XYZ 9.16 5.03 5.64 -
YUV 56.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 121 22 66 0 0.82 0.45 0.53 333.33 0.69 0.28
Hex 79 16 42 0 52 2D 35 14D 45 1C
Octal 171 26 102 0 122 55 65 515 105 34
Binary 1111001 10110 1000010 0 1010010 101101 110101 101001101 1000101 11100

Color Harmonies of #791642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791642

Black with #791642

Text Example


Text Example

White with #791642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791642; }

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

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

background-color css

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

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

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

border-color css

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

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

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