Html Css Color HEX #7F3133 Paprika

📋 copy color: '#7F3133'

red 127 ◦ green 49 ◦ blue 51

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

Shades of Paprika #7F3133

Tints of Paprika #7F3133

RGB

 RED value IS 127 (50% from 255) = 55.95%

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 55.95%
G = 21.59%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F3133 (or 0x7F3133) is known color: Paprika. HEX triplet: 7F, 31 and 33. RGB value is (127,49,51). Sum of RGB (Red+Green+Blue) = 127+49+51=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3133 is #80CECC. Grayscale: #484848. Windows color (decimal): -8441549 or 3355007. OLE color: 3355007.

HSL color Cylindrical-coordinate representation of color #7F3133: hue angle of 358.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3133 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 51 -
CMYK 0 0.61 0.60 0.50
HSL 358.46º 0.44% 0.35% -
HSV(B) 358.46º 0.61% 0.5% -
XYZ 10.45 6.95 3.92 -
YUV 72.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 127 49 51 0 0.61 0.60 0.50 358.46 0.44 0.35
Hex 7F 31 33 0 3D 3C 32 166 2C 23
Octal 177 61 63 0 75 74 62 546 54 43
Binary 1111111 110001 110011 0 111101 111100 110010 101100110 101100 100011

Color Harmonies of #7F3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3133

Black with #7F3133

Text Example


Text Example

White with #7F3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F3133; }

 p { color: rgb(127,49,51); }

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

background-color css

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

 a { background-color: rgb(127,49,51); }

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

border-color css

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

 span { border-color: rgb(127,49,51); }

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