#83333A

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

Shades of Old Brick #83333A

Tints of Old Brick #83333A

Color information

#83333A (or 0x83333A) is unknown color: approx Old Brick. HEX triplet: 83, 33 and 3A. RGB value is (131,51,58). Sum of RGB (Red+Green+Blue) = 131+51+58=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333A is #7CCCC5. Grayscale: #4B4B4B. Windows color (decimal): -8178886 or 3814275. OLE color: 3814275.

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

Color convert

RGB1315158-
CMYK00.610.560.49
HSL354.75º43.96%35.69%-
HSV(B)354.75º61.07%51.37%-
XYZ11.317.54.85-
YUV75.72118167.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=54.58%
G=21.25%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131515800.610.560.49354.7543.9635.69
Hex83333A03D38311632c24
Octal203637207570615435444
Binary100000111100111110100111101111000110001101100011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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