Html Css Color HEX #790D3F Pompadour

📋 copy color: '#790D3F'

red 121 ◦ green 13 ◦ blue 63

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

Shades of Pompadour #790D3F

Tints of Pompadour #790D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 63 (25% from 255) = 31.98%

R = 61.42%
G = 6.6%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#790D3F (or 0x790D3F) is known color: Pompadour. HEX triplet: 79, 0D and 3F. RGB value is (121,13,63). Sum of RGB (Red+Green+Blue) = 121+13+63=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #790D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D3F is #86F2C0. Grayscale: #323232. Windows color (decimal): -8843969 or 4132217. OLE color: 4132217.

HSL color Cylindrical-coordinate representation of color #790D3F: hue angle of 332.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D3F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 13 63 -
CMYK 0 0.89 0.48 0.53
HSL 332.22º 0.81% 0.26% -
HSV(B) 332.22º 0.89% 0.47% -
XYZ 8.93 4.71 5.14 -
YUV 50.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 121 13 63 0 0.89 0.48 0.53 332.22 0.81 0.26
Hex 79 D 3F 0 59 30 35 14C 51 1A
Octal 171 15 77 0 131 60 65 514 121 32
Binary 1111001 1101 111111 0 1011001 110000 110101 101001100 1010001 11010

Color Harmonies of #790D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D3F

Black with #790D3F

Text Example


Text Example

White with #790D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790D3F; }

 p { color: rgb(121,13,63); }

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

background-color css

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

 a { background-color: rgb(121,13,63); }

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

border-color css

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

 span { border-color: rgb(121,13,63); }

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