Html Css Color HEX #79313B Paprika

📋 copy color: '#79313B'

red 121 ◦ green 49 ◦ blue 59

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

Shades of Paprika #79313B

Tints of Paprika #79313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 52.84%
G = 21.4%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#79313B (or 0x79313B) is known color: Paprika. HEX triplet: 79, 31 and 3B. RGB value is (121,49,59). Sum of RGB (Red+Green+Blue) = 121+49+59=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313B is #86CEC4. Grayscale: #474747. Windows color (decimal): -8834757 or 3879289. OLE color: 3879289.

HSL color Cylindrical-coordinate representation of color #79313B: hue angle of 351.67º 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 #79313B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 49 59 -
CMYK 0 0.60 0.51 0.53
HSL 351.67º 0.42% 0.33% -
HSV(B) 351.67º 0.6% 0.47% -
XYZ 9.77 6.58 4.89 -
YUV 71.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 121 49 59 0 0.60 0.51 0.53 351.67 0.42 0.33
Hex 79 31 3B 0 3C 33 35 160 2A 21
Octal 171 61 73 0 74 63 65 540 52 41
Binary 1111001 110001 111011 0 111100 110011 110101 101100000 101010 100001

Color Harmonies of #79313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79313B

Black with #79313B

Text Example


Text Example

White with #79313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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