Html Css Color HEX #83313E Paprika

📋 copy color: '#83313E'

red 131 ◦ green 49 ◦ blue 62

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

Shades of Paprika #83313E

Tints of Paprika #83313E

RGB

 RED value IS 131 (51.56% from 255) = 54.13%

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 54.13%
G = 20.25%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83313E (or 0x83313E) is known color: Paprika. HEX triplet: 83, 31 and 3E. RGB value is (131,49,62). Sum of RGB (Red+Green+Blue) = 131+49+62=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83313E is #7CCEC1. Grayscale: #4B4B4B. Windows color (decimal): -8179394 or 4075907. OLE color: 4075907.

HSL color Cylindrical-coordinate representation of color #83313E: hue angle of 350.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83313E is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 62 -
CMYK 0 0.63 0.53 0.49
HSL 350.49º 0.46% 0.35% -
HSV(B) 350.49º 0.63% 0.51% -
XYZ 11.33 7.37 5.38 -
YUV 75 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 131 49 62 0 0.63 0.53 0.49 350.49 0.46 0.35
Hex 83 31 3E 0 3F 35 31 15E 2E 23
Octal 203 61 76 0 77 65 61 536 56 43
Binary 10000011 110001 111110 0 111111 110101 110001 101011110 101110 100011

Color Harmonies of #83313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83313E

Black with #83313E

Text Example


Text Example

White with #83313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83313E; }

 p { color: rgb(131,49,62); }

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

background-color css

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

 a { background-color: rgb(131,49,62); }

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

border-color css

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

 span { border-color: rgb(131,49,62); }

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