Html Css Color HEX #793138 Paprika

📋 copy color: '#793138'

red 121 ◦ green 49 ◦ blue 56

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

Shades of Paprika #793138

Tints of Paprika #793138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 53.54%
G = 21.68%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#793138 (or 0x793138) is known color: Paprika. HEX triplet: 79, 31 and 38. RGB value is (121,49,56). Sum of RGB (Red+Green+Blue) = 121+49+56=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #793138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793138 is #86CEC7. Grayscale: #474747. Windows color (decimal): -8834760 or 3682681. OLE color: 3682681.

HSL color Cylindrical-coordinate representation of color #793138: hue angle of 354.17º degrees, saturation: 0.42, 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 #793138 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 56 -
CMYK 0 0.60 0.54 0.53
HSL 354.17º 0.42% 0.33% -
HSV(B) 354.17º 0.6% 0.47% -
XYZ 9.7 6.55 4.49 -
YUV 71.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 121 49 56 0 0.60 0.54 0.53 354.17 0.42 0.33
Hex 79 31 38 0 3C 36 35 162 2A 21
Octal 171 61 70 0 74 66 65 542 52 41
Binary 1111001 110001 111000 0 111100 110110 110101 101100010 101010 100001

Color Harmonies of #793138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793138

Black with #793138

Text Example


Text Example

White with #793138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793138; }

 p { color: rgb(121,49,56); }

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

background-color css

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

 a { background-color: rgb(121,49,56); }

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

border-color css

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

 span { border-color: rgb(121,49,56); }

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