#8B2F33

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

Shades of Old Brick #8B2F33

Tints of Old Brick #8B2F33

Color information

#8B2F33 (or 0x8B2F33) is unknown color: approx Old Brick. HEX triplet: 8B, 2F and 33. RGB value is (139,47,51). Sum of RGB (Red+Green+Blue) = 139+47+51=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2F33 is #74D0CC. Grayscale: #4B4B4B. Windows color (decimal): -7655629 or 3354507. OLE color: 3354507.

HSL color Cylindrical-coordinate representation of color #8B2F33: hue angle of 357.39º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F33 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1394751-
CMYK00.660.630.45
HSL357.39º49.46%36.47%-
HSV(B)357.39º66.19%54.51%-
XYZ12.267.763.98-
YUV74.96114.48173.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.65%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=58.65%
G=19.83%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139475100.660.630.45357.3949.4636.47
Hex8B2F330423F2D1653124
Octal2135763010277555456144
Binary1000101110111111001101000010111111101101101100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2F33; }

 p { color: rgb(139,47,51); }

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

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

 a { background-color: rgb(139,47,51); }

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

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

 span { border-color: rgb(139,47,51); }

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