Html Css Color HEX #792934 Paprika

📋 copy color: '#792934'

red 121 ◦ green 41 ◦ blue 52

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

Shades of Paprika #792934

Tints of Paprika #792934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 56.54%
G = 19.16%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#792934 (or 0x792934) is known color: Paprika. HEX triplet: 79, 29 and 34. RGB value is (121,41,52). Sum of RGB (Red+Green+Blue) = 121+41+52=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #792934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792934 is #86D6CB. Grayscale: #424242. Windows color (decimal): -8836812 or 3418489. OLE color: 3418489.

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

Color convert

RGB 121 41 52 -
CMYK 0 0.66 0.57 0.53
HSL 351.75º 0.49% 0.32% -
HSV(B) 351.75º 0.66% 0.47% -
XYZ 9.3 5.9 3.9 -
YUV 66.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 121 41 52 0 0.66 0.57 0.53 351.75 0.49 0.32
Hex 79 29 34 0 42 39 35 160 31 20
Octal 171 51 64 0 102 71 65 540 61 40
Binary 1111001 101001 110100 0 1000010 111001 110101 101100000 110001 100000

Color Harmonies of #792934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792934

Black with #792934

Text Example


Text Example

White with #792934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792934; }

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

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

background-color css

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

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

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

border-color css

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

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

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