#853031

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

Shades of Old Brick #853031

Tints of Old Brick #853031

Color information

#853031 (or 0x853031) is unknown color: approx Old Brick. HEX triplet: 85, 30 and 31. RGB value is (133,48,49). Sum of RGB (Red+Green+Blue) = 133+48+49=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #853031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853031 is #7ACFCE. Grayscale: #494949. Windows color (decimal): -8048591 or 3223685. OLE color: 3223685.

HSL color Cylindrical-coordinate representation of color #853031: hue angle of 359.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853031 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1334849-
CMYK00.640.630.48
HSL359.29º46.96%35.49%-
HSV(B)359.29º63.91%52.16%-
XYZ11.287.323.72-
YUV73.53114.16170.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=57.83%
G=20.87%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133484900.640.630.48359.2946.9635.49
Hex8530310403F301672f23
Octal2056061010077605475743
Binary1000010111000011000101000000111111110000101100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853031; }

 p { color: rgb(133,48,49); }

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

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

 a { background-color: rgb(133,48,49); }

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

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

 span { border-color: rgb(133,48,49); }

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