Html Css Color HEX #792B3C Paprika

📋 copy color: '#792B3C'

red 121 ◦ green 43 ◦ blue 60

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

Shades of Paprika #792B3C

Tints of Paprika #792B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 54.02%
G = 19.2%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#792B3C (or 0x792B3C) is known color: Paprika. HEX triplet: 79, 2B and 3C. RGB value is (121,43,60). Sum of RGB (Red+Green+Blue) = 121+43+60=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #792B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B3C is #86D4C3. Grayscale: #444444. Windows color (decimal): -8836292 or 3943289. OLE color: 3943289.

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

Color convert

RGB 121 43 60 -
CMYK 0 0.64 0.50 0.53
HSL 346.92º 0.48% 0.32% -
HSV(B) 346.92º 0.64% 0.47% -
XYZ 9.56 6.12 4.95 -
YUV 68.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 121 43 60 0 0.64 0.50 0.53 346.92 0.48 0.32
Hex 79 2B 3C 0 40 32 35 15B 30 20
Octal 171 53 74 0 100 62 65 533 60 40
Binary 1111001 101011 111100 0 1000000 110010 110101 101011011 110000 100000

Color Harmonies of #792B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792B3C

Black with #792B3C

Text Example


Text Example

White with #792B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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