Html Css Color HEX #79293C Paprika

📋 copy color: '#79293C'

red 121 ◦ green 41 ◦ blue 60

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

Shades of Paprika #79293C

Tints of Paprika #79293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 54.5%
G = 18.47%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79293C (or 0x79293C) is known color: Paprika. HEX triplet: 79, 29 and 3C. RGB value is (121,41,60). Sum of RGB (Red+Green+Blue) = 121+41+60=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79293C is #86D6C3. Grayscale: #434343. Windows color (decimal): -8836804 or 3942777. OLE color: 3942777.

HSL color Cylindrical-coordinate representation of color #79293C: hue angle of 345.75º 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 #79293C is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 60 -
CMYK 0 0.66 0.50 0.53
HSL 345.75º 0.49% 0.32% -
HSV(B) 345.75º 0.66% 0.47% -
XYZ 9.49 5.98 4.93 -
YUV 67.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 121 41 60 0 0.66 0.50 0.53 345.75 0.49 0.32
Hex 79 29 3C 0 42 32 35 15A 31 20
Octal 171 51 74 0 102 62 65 532 61 40
Binary 1111001 101001 111100 0 1000010 110010 110101 101011010 110001 100000

Color Harmonies of #79293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79293C

Black with #79293C

Text Example


Text Example

White with #79293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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