Html Css Color HEX #80313F Paprika

📋 copy color: '#80313F'

red 128 ◦ green 49 ◦ blue 63

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

Shades of Paprika #80313F

Tints of Paprika #80313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.25%

R = 53.33%
G = 20.42%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80313F (or 0x80313F) is known color: Paprika. HEX triplet: 80, 31 and 3F. RGB value is (128,49,63). Sum of RGB (Red+Green+Blue) = 128+49+63=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80313F is #7FCEC0. Grayscale: #4A4A4A. Windows color (decimal): -8376001 or 4141440. OLE color: 4141440.

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

Color convert

RGB 128 49 63 -
CMYK 0 0.62 0.51 0.50
HSL 349.37º 0.45% 0.35% -
HSV(B) 349.37º 0.62% 0.5% -
XYZ 10.9 7.14 5.51 -
YUV 74.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 128 49 63 0 0.62 0.51 0.50 349.37 0.45 0.35
Hex 80 31 3F 0 3E 33 32 15D 2D 23
Octal 200 61 77 0 76 63 62 535 55 43
Binary 10000000 110001 111111 0 111110 110011 110010 101011101 101101 100011

Color Harmonies of #80313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80313F

Black with #80313F

Text Example


Text Example

White with #80313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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