#872F35

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

Shades of Old Brick #872F35

Tints of Old Brick #872F35

Color information

#872F35 (or 0x872F35) is unknown color: approx Old Brick. HEX triplet: 87, 2F and 35. RGB value is (135,47,53). Sum of RGB (Red+Green+Blue) = 135+47+53=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #872F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F35 is #78D0CA. Grayscale: #4A4A4A. Windows color (decimal): -7917771 or 3485575. OLE color: 3485575.

HSL color Cylindrical-coordinate representation of color #872F35: hue angle of 355.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F35 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1354753-
CMYK00.650.610.47
HSL355.91º48.35%35.69%-
HSV(B)355.91º65.19%52.94%-
XYZ11.657.444.19-
YUV74116.15171.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=57.45%
G=20%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135475300.650.610.47355.9148.3535.69
Hex872F350413D2F1643024
Octal2075765010175575446044
Binary1000011110111111010101000001111101101111101100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F35; }

 p { color: rgb(135,47,53); }

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

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

 a { background-color: rgb(135,47,53); }

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

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

 span { border-color: rgb(135,47,53); }

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