#843339

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

Shades of Old Brick #843339

Tints of Old Brick #843339

Color information

#843339 (or 0x843339) is unknown color: approx Old Brick. HEX triplet: 84, 33 and 39. RGB value is (132,51,57). Sum of RGB (Red+Green+Blue) = 132+51+57=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #843339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843339 is #7BCCC6. Grayscale: #4B4B4B. Windows color (decimal): -8113351 or 3748740. OLE color: 3748740.

HSL color Cylindrical-coordinate representation of color #843339: hue angle of 355.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843339 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1325157-
CMYK00.610.570.48
HSL355.56º44.26%35.88%-
HSV(B)355.56º61.36%51.76%-
XYZ11.447.574.73-
YUV75.9117.34168.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=55%
G=21.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132515700.610.570.48355.5644.2635.88
Hex84333903D39301642c24
Octal204637107571605445444
Binary100001001100111110010111101111001110000101100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843339; }

 p { color: rgb(132,51,57); }

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

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

 a { background-color: rgb(132,51,57); }

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

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

 span { border-color: rgb(132,51,57); }

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