Html Css Color HEX #79293F Paprika

📋 copy color: '#79293F'

red 121 ◦ green 41 ◦ blue 63

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

Shades of Paprika #79293F

Tints of Paprika #79293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 53.78%
G = 18.22%
B = 28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#79293F (or 0x79293F) is known color: Paprika. HEX triplet: 79, 29 and 3F. RGB value is (121,41,63). Sum of RGB (Red+Green+Blue) = 121+41+63=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #79293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79293F is #86D6C0. Grayscale: #434343. Windows color (decimal): -8836801 or 4139385. OLE color: 4139385.

HSL color Cylindrical-coordinate representation of color #79293F: hue angle of 343.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79293F is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 63 -
CMYK 0 0.66 0.48 0.53
HSL 343.5º 0.49% 0.32% -
HSV(B) 343.5º 0.66% 0.47% -
XYZ 9.58 6.01 5.36 -
YUV 67.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 121 41 63 0 0.66 0.48 0.53 343.5 0.49 0.32
Hex 79 29 3F 0 42 30 35 158 31 20
Octal 171 51 77 0 102 60 65 530 61 40
Binary 1111001 101001 111111 0 1000010 110000 110101 101011000 110001 100000

Color Harmonies of #79293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79293F

Black with #79293F

Text Example


Text Example

White with #79293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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