#83333C

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

Shades of Paprika #83333C

Tints of Paprika #83333C

Color information

#83333C (or 0x83333C) is unknown color: approx Paprika. HEX triplet: 83, 33 and 3C. RGB value is (131,51,60). Sum of RGB (Red+Green+Blue) = 131+51+60=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333C is #7CCCC3. Grayscale: #4B4B4B. Windows color (decimal): -8178884 or 3945347. OLE color: 3945347.

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

Color convert

RGB1315160-
CMYK00.610.540.49
HSL353.25º43.96%35.69%-
HSV(B)353.25º61.07%51.37%-
XYZ11.367.525.13-
YUV75.95119167.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.13%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=54.13%
G=21.07%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131516000.610.540.49353.2543.9635.69
Hex83333C03D36311612c24
Octal203637407566615415444
Binary100000111100111111000111101110110110001101100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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