Html Css Color HEX #792F40 Paprika

📋 copy color: '#792F40'

red 121 ◦ green 47 ◦ blue 64

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

Shades of Paprika #792F40

Tints of Paprika #792F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 52.16%
G = 20.26%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#792F40 (or 0x792F40) is known color: Paprika. HEX triplet: 79, 2F and 40. RGB value is (121,47,64). Sum of RGB (Red+Green+Blue) = 121+47+64=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #792F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F40 is #86D0BF. Grayscale: #474747. Windows color (decimal): -8835264 or 4206457. OLE color: 4206457.

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

Color convert

RGB 121 47 64 -
CMYK 0 0.61 0.47 0.53
HSL 346.22º 0.44% 0.33% -
HSV(B) 346.22º 0.61% 0.47% -
XYZ 9.83 6.47 5.58 -
YUV 71.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 121 47 64 0 0.61 0.47 0.53 346.22 0.44 0.33
Hex 79 2F 40 0 3D 2F 35 15A 2C 21
Octal 171 57 100 0 75 57 65 532 54 41
Binary 1111001 101111 1000000 0 111101 101111 110101 101011010 101100 100001

Color Harmonies of #792F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792F40

Black with #792F40

Text Example


Text Example

White with #792F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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