Html Css Color HEX #79303C Paprika

📋 copy color: '#79303C'

red 121 ◦ green 48 ◦ blue 60

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

Shades of Paprika #79303C

Tints of Paprika #79303C

RGB

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

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

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

R = 52.84%
G = 20.96%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79303C (or 0x79303C) is known color: Paprika. HEX triplet: 79, 30 and 3C. RGB value is (121,48,60). Sum of RGB (Red+Green+Blue) = 121+48+60=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79303C is #86CFC3. Grayscale: #474747. Windows color (decimal): -8835012 or 3944569. OLE color: 3944569.

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

Color convert

RGB 121 48 60 -
CMYK 0 0.60 0.50 0.53
HSL 350.14º 0.43% 0.33% -
HSV(B) 350.14º 0.6% 0.47% -
XYZ 9.76 6.51 5.02 -
YUV 71.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 121 48 60 0 0.60 0.50 0.53 350.14 0.43 0.33
Hex 79 30 3C 0 3C 32 35 15E 2B 21
Octal 171 60 74 0 74 62 65 536 53 41
Binary 1111001 110000 111100 0 111100 110010 110101 101011110 101011 100001

Color Harmonies of #79303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79303C

Black with #79303C

Text Example


Text Example

White with #79303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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