Html Css Color HEX #803139 Paprika

📋 copy color: '#803139'

red 128 ◦ green 49 ◦ blue 57

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

Shades of Paprika #803139

Tints of Paprika #803139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 54.7%
G = 20.94%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#803139 (or 0x803139) is known color: Paprika. HEX triplet: 80, 31 and 39. RGB value is (128,49,57). Sum of RGB (Red+Green+Blue) = 128+49+57=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803139 is #7FCEC6. Grayscale: #494949. Windows color (decimal): -8376007 or 3748224. OLE color: 3748224.

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

Color convert

RGB 128 49 57 -
CMYK 0 0.62 0.55 0.50
HSL 353.92º 0.45% 0.35% -
HSV(B) 353.92º 0.62% 0.5% -
XYZ 10.74 7.08 4.67 -
YUV 73.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 128 49 57 0 0.62 0.55 0.50 353.92 0.45 0.35
Hex 80 31 39 0 3E 37 32 162 2D 23
Octal 200 61 71 0 76 67 62 542 55 43
Binary 10000000 110001 111001 0 111110 110111 110010 101100010 101101 100011

Color Harmonies of #803139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803139

Black with #803139

Text Example


Text Example

White with #803139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803139; }

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

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

background-color css

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

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

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

border-color css

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

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

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