Html Css Color HEX #791645 Pompadour

📋 copy color: '#791645'

red 121 ◦ green 22 ◦ blue 69

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

Shades of Pompadour #791645

Tints of Pompadour #791645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 57.08%
G = 10.38%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#791645 (or 0x791645) is known color: Pompadour. HEX triplet: 79, 16 and 45. RGB value is (121,22,69). Sum of RGB (Red+Green+Blue) = 121+22+69=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791645 is #86E9BA. Grayscale: #383838. Windows color (decimal): -8841659 or 4527737. OLE color: 4527737.

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

Color convert

RGB 121 22 69 -
CMYK 0 0.82 0.43 0.53
HSL 331.52º 0.69% 0.28% -
HSV(B) 331.52º 0.82% 0.47% -
XYZ 9.25 5.07 6.12 -
YUV 56.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 121 22 69 0 0.82 0.43 0.53 331.52 0.69 0.28
Hex 79 16 45 0 52 2B 35 14C 45 1C
Octal 171 26 105 0 122 53 65 514 105 34
Binary 1111001 10110 1000101 0 1010010 101011 110101 101001100 1000101 11100

Color Harmonies of #791645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791645

Black with #791645

Text Example


Text Example

White with #791645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791645; }

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

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

background-color css

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

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

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

border-color css

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

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

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