#843135

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

Shades of Old Brick #843135

Tints of Old Brick #843135

Color information

#843135 (or 0x843135) is unknown color: approx Old Brick. HEX triplet: 84, 31 and 35. RGB value is (132,49,53). Sum of RGB (Red+Green+Blue) = 132+49+53=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #843135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843135 is #7BCECA. Grayscale: #4A4A4A. Windows color (decimal): -8113867 or 3486084. OLE color: 3486084.

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

Color convert

RGB1324953-
CMYK00.630.600.48
HSL357.11º45.86%35.49%-
HSV(B)357.11º62.88%51.76%-
XYZ11.267.364.2-
YUV74.27116169.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=56.41%
G=20.94%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132495300.630.600.48357.1145.8635.49
Hex84313503F3C301652e23
Octal204616507774605455643
Binary100001001100011101010111111111100110000101100101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843135; }

 p { color: rgb(132,49,53); }

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

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

 a { background-color: rgb(132,49,53); }

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

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

 span { border-color: rgb(132,49,53); }

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