Html Css Color HEX #87353A Old Brick

📋 copy color: '#87353A'

red 135 ◦ green 53 ◦ blue 58

#87353A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #87353A

Tints of Old Brick #87353A

RGB

 RED value IS 135 (53.13% from 255) = 54.88%

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 58 (23.05% from 255) = 23.58%

R = 54.88%
G = 21.54%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87353A (or 0x87353A) is known color: Old Brick. HEX triplet: 87, 35 and 3A. RGB value is (135,53,58). Sum of RGB (Red+Green+Blue) = 135+53+58=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87353A is #78CAC5. Grayscale: #4E4E4E. Windows color (decimal): -7916230 or 3814791. OLE color: 3814791.

HSL color Cylindrical-coordinate representation of color #87353A: hue angle of 356.34º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87353A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 58 -
CMYK 0 0.61 0.57 0.47
HSL 356.34º 0.44% 0.37% -
HSV(B) 356.34º 0.61% 0.53% -
XYZ 12.03 8 4.91 -
YUV 78.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 135 53 58 0 0.61 0.57 0.47 356.34 0.44 0.37
Hex 87 35 3A 0 3D 39 2F 164 2C 25
Octal 207 65 72 0 75 71 57 544 54 45
Binary 10000111 110101 111010 0 111101 111001 101111 101100100 101100 100101

Color Harmonies of #87353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87353A

Black with #87353A

Text Example


Text Example

White with #87353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87353A; }

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

 H1.HeaderClassName
 {
   color: #87353A;
 }
 .AnyTagClassName
 {
   color: #87353A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #87353A;
 }
 .BgClassName
 {
   background-color: #87353A;
 }
</style>

border-color css

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

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

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