Html Css Color HEX #803138 Paprika

📋 copy color: '#803138'

red 128 ◦ green 49 ◦ blue 56

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

Shades of Paprika #803138

Tints of Paprika #803138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 54.94%
G = 21.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#803138 (or 0x803138) is known color: Paprika. HEX triplet: 80, 31 and 38. RGB value is (128,49,56). Sum of RGB (Red+Green+Blue) = 128+49+56=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803138 is #7FCEC7. Grayscale: #494949. Windows color (decimal): -8376008 or 3682688. OLE color: 3682688.

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

Color convert

RGB 128 49 56 -
CMYK 0 0.62 0.56 0.50
HSL 354.68º 0.45% 0.35% -
HSV(B) 354.68º 0.62% 0.5% -
XYZ 10.71 7.07 4.54 -
YUV 73.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 128 49 56 0 0.62 0.56 0.50 354.68 0.45 0.35
Hex 80 31 38 0 3E 38 32 163 2D 23
Octal 200 61 70 0 76 70 62 543 55 43
Binary 10000000 110001 111000 0 111110 111000 110010 101100011 101101 100011

Color Harmonies of #803138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803138

Black with #803138

Text Example


Text Example

White with #803138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803138; }

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

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

background-color css

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

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

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

border-color css

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

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

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