Html Css Color HEX #7F3140 Paprika

📋 copy color: '#7F3140'

red 127 ◦ green 49 ◦ blue 64

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

Shades of Paprika #7F3140

Tints of Paprika #7F3140

RGB

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

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

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

R = 52.92%
G = 20.42%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F3140 (or 0x7F3140) is known color: Paprika. HEX triplet: 7F, 31 and 40. RGB value is (127,49,64). Sum of RGB (Red+Green+Blue) = 127+49+64=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3140 is #80CEBF. Grayscale: #4A4A4A. Windows color (decimal): -8441536 or 4206975. OLE color: 4206975.

HSL color Cylindrical-coordinate representation of color #7F3140: hue angle of 348.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 #7F3140 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 64 -
CMYK 0 0.61 0.50 0.50
HSL 348.46º 0.44% 0.35% -
HSV(B) 348.46º 0.61% 0.5% -
XYZ 10.78 7.08 5.65 -
YUV 74.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 127 49 64 0 0.61 0.50 0.50 348.46 0.44 0.35
Hex 7F 31 40 0 3D 32 32 15C 2C 23
Octal 177 61 100 0 75 62 62 534 54 43
Binary 1111111 110001 1000000 0 111101 110010 110010 101011100 101100 100011

Color Harmonies of #7F3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3140

Black with #7F3140

Text Example


Text Example

White with #7F3140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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