Html Css Color HEX #803140 Paprika

📋 copy color: '#803140'

red 128 ◦ green 49 ◦ blue 64

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

Shades of Paprika #803140

Tints of Paprika #803140

RGB

 RED value IS 128 (50.39% from 255) = 53.11%

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

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

R = 53.11%
G = 20.33%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#803140 (or 0x803140) is known color: Paprika. HEX triplet: 80, 31 and 40. RGB value is (128,49,64). Sum of RGB (Red+Green+Blue) = 128+49+64=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803140 is #7FCEBF. Grayscale: #4A4A4A. Windows color (decimal): -8376000 or 4206976. OLE color: 4206976.

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

Color convert

RGB 128 49 64 -
CMYK 0 0.62 0.5 0.50
HSL 348.61º 0.45% 0.35% -
HSV(B) 348.61º 0.62% 0.5% -
XYZ 10.93 7.16 5.66 -
YUV 74.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 128 49 64 0 0.62 0.5 0.50 348.61 0.45 0.35
Hex 80 31 40 0 3E 32 32 15D 2D 23
Octal 200 61 100 0 76 62 62 535 55 43
Binary 10000000 110001 1000000 0 111110 110010 110010 101011101 101101 100011

Color Harmonies of #803140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803140

Black with #803140

Text Example


Text Example

White with #803140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803140; }

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

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

background-color css

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

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

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

border-color css

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

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

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