Html Css Color HEX #83323D Paprika

📋 copy color: '#83323D'

red 131 ◦ green 50 ◦ blue 61

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

Shades of Paprika #83323D

Tints of Paprika #83323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 54.13%
G = 20.66%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83323D (or 0x83323D) is known color: Paprika. HEX triplet: 83, 32 and 3D. RGB value is (131,50,61). Sum of RGB (Red+Green+Blue) = 131+50+61=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323D is #7CCDC2. Grayscale: #4B4B4B. Windows color (decimal): -8179139 or 4010627. OLE color: 4010627.

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

Color convert

RGB 131 50 61 -
CMYK 0 0.62 0.53 0.49
HSL 351.85º 0.45% 0.35% -
HSV(B) 351.85º 0.62% 0.51% -
XYZ 11.34 7.44 5.25 -
YUV 75.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 131 50 61 0 0.62 0.53 0.49 351.85 0.45 0.35
Hex 83 32 3D 0 3E 35 31 160 2D 23
Octal 203 62 75 0 76 65 61 540 55 43
Binary 10000011 110010 111101 0 111110 110101 110001 101100000 101101 100011

Color Harmonies of #83323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83323D

Black with #83323D

Text Example


Text Example

White with #83323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83323D; }

 p { color: rgb(131,50,61); }

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

background-color css

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

 a { background-color: rgb(131,50,61); }

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

border-color css

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

 span { border-color: rgb(131,50,61); }

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