Html Css Color HEX #803135 Paprika

📋 copy color: '#803135'

red 128 ◦ green 49 ◦ blue 53

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

Shades of Paprika #803135

Tints of Paprika #803135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 55.65%
G = 21.3%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#803135 (or 0x803135) is known color: Paprika. HEX triplet: 80, 31 and 35. RGB value is (128,49,53). Sum of RGB (Red+Green+Blue) = 128+49+53=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803135 is #7FCECA. Grayscale: #494949. Windows color (decimal): -8376011 or 3486080. OLE color: 3486080.

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

Color convert

RGB 128 49 53 -
CMYK 0 0.62 0.59 0.50
HSL 356.96º 0.45% 0.35% -
HSV(B) 356.96º 0.62% 0.5% -
XYZ 10.64 7.04 4.17 -
YUV 73.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 128 49 53 0 0.62 0.59 0.50 356.96 0.45 0.35
Hex 80 31 35 0 3E 3B 32 165 2D 23
Octal 200 61 65 0 76 73 62 545 55 43
Binary 10000000 110001 110101 0 111110 111011 110010 101100101 101101 100011

Color Harmonies of #803135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803135

Black with #803135

Text Example


Text Example

White with #803135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803135; }

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

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

background-color css

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

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

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

border-color css

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

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

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