Html Css Color HEX #803036 Paprika

📋 copy color: '#803036'

red 128 ◦ green 48 ◦ blue 54

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

Shades of Paprika #803036

Tints of Paprika #803036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 55.65%
G = 20.87%
B = 23.48%

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

#803036 (or 0x803036) is known color: Paprika. HEX triplet: 80, 30 and 36. RGB value is (128,48,54). Sum of RGB (Red+Green+Blue) = 128+48+54=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #803036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803036 is #7FCFC9. Grayscale: #484848. Windows color (decimal): -8376266 or 3551360. OLE color: 3551360.

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

Color convert

RGB 128 48 54 -
CMYK 0 0.62 0.58 0.50
HSL 355.5º 0.45% 0.35% -
HSV(B) 355.5º 0.63% 0.5% -
XYZ 10.62 6.97 4.28 -
YUV 72.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 128 48 54 0 0.62 0.58 0.50 355.5 0.45 0.35
Hex 80 30 36 0 3E 3A 32 164 2D 23
Octal 200 60 66 0 76 72 62 544 55 43
Binary 10000000 110000 110110 0 111110 111010 110010 101100100 101101 100011

Color Harmonies of #803036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803036

Black with #803036

Text Example


Text Example

White with #803036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803036; }

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

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

background-color css

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

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

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

border-color css

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

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

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