Html Css Color HEX #792A35 Paprika

📋 copy color: '#792A35'

red 121 ◦ green 42 ◦ blue 53

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

Shades of Paprika #792A35

Tints of Paprika #792A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 56.02%
G = 19.44%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#792A35 (or 0x792A35) is known color: Paprika. HEX triplet: 79, 2A and 35. RGB value is (121,42,53). Sum of RGB (Red+Green+Blue) = 121+42+53=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #792A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A35 is #86D5CA. Grayscale: #424242. Windows color (decimal): -8836555 or 3484281. OLE color: 3484281.

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

Color convert

RGB 121 42 53 -
CMYK 0 0.65 0.56 0.53
HSL 351.65º 0.48% 0.32% -
HSV(B) 351.65º 0.65% 0.47% -
XYZ 9.36 5.98 4.03 -
YUV 66.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 121 42 53 0 0.65 0.56 0.53 351.65 0.48 0.32
Hex 79 2A 35 0 41 38 35 160 30 20
Octal 171 52 65 0 101 70 65 540 60 40
Binary 1111001 101010 110101 0 1000001 111000 110101 101100000 110000 100000

Color Harmonies of #792A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792A35

Black with #792A35

Text Example


Text Example

White with #792A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792A35; }

 p { color: rgb(121,42,53); }

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

background-color css

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

 a { background-color: rgb(121,42,53); }

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

border-color css

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

 span { border-color: rgb(121,42,53); }

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