Html Css Color HEX #792F34 Paprika

📋 copy color: '#792F34'

red 121 ◦ green 47 ◦ blue 52

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

Shades of Paprika #792F34

Tints of Paprika #792F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.36%

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

R = 55%
G = 21.36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#792F34 (or 0x792F34) is known color: Paprika. HEX triplet: 79, 2F and 34. RGB value is (121,47,52). Sum of RGB (Red+Green+Blue) = 121+47+52=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #792F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F34 is #86D0CB. Grayscale: #454545. Windows color (decimal): -8835276 or 3420025. OLE color: 3420025.

HSL color Cylindrical-coordinate representation of color #792F34: hue angle of 355.95º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F34 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 47 52 -
CMYK 0 0.61 0.57 0.53
HSL 355.95º 0.44% 0.33% -
HSV(B) 355.95º 0.61% 0.47% -
XYZ 9.52 6.35 3.97 -
YUV 69.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 121 47 52 0 0.61 0.57 0.53 355.95 0.44 0.33
Hex 79 2F 34 0 3D 39 35 164 2C 21
Octal 171 57 64 0 75 71 65 544 54 41
Binary 1111001 101111 110100 0 111101 111001 110101 101100100 101100 100001

Color Harmonies of #792F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792F34

Black with #792F34

Text Example


Text Example

White with #792F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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