#83333B

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

Shades of Paprika #83333B

Tints of Paprika #83333B

Color information

#83333B (or 0x83333B) is unknown color: approx Paprika. HEX triplet: 83, 33 and 3B. RGB value is (131,51,59). Sum of RGB (Red+Green+Blue) = 131+51+59=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333B is #7CCCC4. Grayscale: #4B4B4B. Windows color (decimal): -8178885 or 3879811. OLE color: 3879811.

HSL color Cylindrical-coordinate representation of color #83333B: hue angle of 354º 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 #83333B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1315159-
CMYK00.610.550.49
HSL354º43.96%35.69%-
HSV(B)354º61.07%51.37%-
XYZ11.337.514.99-
YUV75.83118.5167.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.36%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=54.36%
G=21.16%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131515900.610.550.4935443.9635.69
Hex83333B03D37311622c24
Octal203637307567615425444
Binary100000111100111110110111101110111110001101100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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