Html Css Color HEX #793040 Paprika

📋 copy color: '#793040'

red 121 ◦ green 48 ◦ blue 64

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

Shades of Paprika #793040

Tints of Paprika #793040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 51.93%
G = 20.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#793040 (or 0x793040) is known color: Paprika. HEX triplet: 79, 30 and 40. RGB value is (121,48,64). Sum of RGB (Red+Green+Blue) = 121+48+64=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #793040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793040 is #86CFBF. Grayscale: #474747. Windows color (decimal): -8835008 or 4206713. OLE color: 4206713.

HSL color Cylindrical-coordinate representation of color #793040: hue angle of 346.85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793040 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 64 -
CMYK 0 0.60 0.47 0.53
HSL 346.85º 0.43% 0.33% -
HSV(B) 346.85º 0.6% 0.47% -
XYZ 9.87 6.55 5.59 -
YUV 71.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 121 48 64 0 0.60 0.47 0.53 346.85 0.43 0.33
Hex 79 30 40 0 3C 2F 35 15B 2B 21
Octal 171 60 100 0 74 57 65 533 53 41
Binary 1111001 110000 1000000 0 111100 101111 110101 101011011 101011 100001

Color Harmonies of #793040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793040

Black with #793040

Text Example


Text Example

White with #793040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793040; }

 p { color: rgb(121,48,64); }

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

background-color css

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

 a { background-color: rgb(121,48,64); }

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

border-color css

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

 span { border-color: rgb(121,48,64); }

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