Html Css Color HEX #792B3A Paprika

📋 copy color: '#792B3A'

red 121 ◦ green 43 ◦ blue 58

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

Shades of Paprika #792B3A

Tints of Paprika #792B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 54.5%
G = 19.37%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#792B3A (or 0x792B3A) is known color: Paprika. HEX triplet: 79, 2B and 3A. RGB value is (121,43,58). Sum of RGB (Red+Green+Blue) = 121+43+58=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #792B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B3A is #86D4C5. Grayscale: #444444. Windows color (decimal): -8836294 or 3812217. OLE color: 3812217.

HSL color Cylindrical-coordinate representation of color #792B3A: hue angle of 348.46º 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 #792B3A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 43 58 -
CMYK 0 0.64 0.52 0.53
HSL 348.46º 0.48% 0.32% -
HSV(B) 348.46º 0.64% 0.47% -
XYZ 9.51 6.1 4.68 -
YUV 68.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 121 43 58 0 0.64 0.52 0.53 348.46 0.48 0.32
Hex 79 2B 3A 0 40 34 35 15C 30 20
Octal 171 53 72 0 100 64 65 534 60 40
Binary 1111001 101011 111010 0 1000000 110100 110101 101011100 110000 100000

Color Harmonies of #792B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792B3A

Black with #792B3A

Text Example


Text Example

White with #792B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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