#83343C

Color #83343C Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #83343C

Tints of Paprika #83343C

Color information

#83343C (or 0x83343C) is unknown color: approx Paprika. HEX triplet: 83, 34 and 3C. RGB value is (131,52,60). Sum of RGB (Red+Green+Blue) = 131+52+60=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83343C is #7CCBC3. Grayscale: #4C4C4C. Windows color (decimal): -8178628 or 3945603. OLE color: 3945603.

HSL color Cylindrical-coordinate representation of color #83343C: hue angle of 353.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83343C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1315260-
CMYK00.600.540.49
HSL353.92º43.17%35.88%-
HSV(B)353.92º60.31%51.37%-
XYZ11.47.615.14-
YUV76.53118.67166.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=53.91%
G=21.40%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131526000.600.540.49353.9243.1735.88
Hex83343C03C36311622b24
Octal203647407466615425344
Binary100000111101001111000111100110110110001101100010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83343C; }

 p { color: rgb(131,52,60); }

 H1.HeaderClassName
 {
   color: #83343C;
 }
 .AnyTagClassName
 {
   color: #83343C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,52,60); }

 div.DivClassName
 {
   background-color: #83343C;
 }
 .BgClassName
 {
   background-color: #83343C;
 }
</style>
border-color css

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

 span { border-color: rgb(131,52,60); }

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