Html Css Color HEX #803136 Paprika

📋 copy color: '#803136'

red 128 ◦ green 49 ◦ blue 54

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

Shades of Paprika #803136

Tints of Paprika #803136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.38%

R = 55.41%
G = 21.21%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#803136 (or 0x803136) is known color: Paprika. HEX triplet: 80, 31 and 36. RGB value is (128,49,54). Sum of RGB (Red+Green+Blue) = 128+49+54=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803136 is #7FCEC9. Grayscale: #494949. Windows color (decimal): -8376010 or 3551616. OLE color: 3551616.

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

Color convert

RGB 128 49 54 -
CMYK 0 0.62 0.58 0.50
HSL 356.2º 0.45% 0.35% -
HSV(B) 356.2º 0.62% 0.5% -
XYZ 10.67 7.05 4.29 -
YUV 73.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 128 49 54 0 0.62 0.58 0.50 356.2 0.45 0.35
Hex 80 31 36 0 3E 3A 32 164 2D 23
Octal 200 61 66 0 76 72 62 544 55 43
Binary 10000000 110001 110110 0 111110 111010 110010 101100100 101101 100011

Color Harmonies of #803136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803136

Black with #803136

Text Example


Text Example

White with #803136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803136; }

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

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

background-color css

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

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

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

border-color css

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

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

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