Html Css Color HEX #87363C Old Brick

📋 copy color: '#87363C'

red 135 ◦ green 54 ◦ blue 60

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

Shades of Old Brick #87363C

Tints of Old Brick #87363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 54.22%
G = 21.69%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87363C (or 0x87363C) is known color: Old Brick. HEX triplet: 87, 36 and 3C. RGB value is (135,54,60). Sum of RGB (Red+Green+Blue) = 135+54+60=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87363C is #78C9C3. Grayscale: #4E4E4E. Windows color (decimal): -7915972 or 3946119. OLE color: 3946119.

HSL color Cylindrical-coordinate representation of color #87363C: hue angle of 355.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87363C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 54 60 -
CMYK 0 0.60 0.56 0.47
HSL 355.56º 0.43% 0.37% -
HSV(B) 355.56º 0.6% 0.53% -
XYZ 12.13 8.12 5.2 -
YUV 78.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 135 54 60 0 0.60 0.56 0.47 355.56 0.43 0.37
Hex 87 36 3C 0 3C 38 2F 164 2B 25
Octal 207 66 74 0 74 70 57 544 53 45
Binary 10000111 110110 111100 0 111100 111000 101111 101100100 101011 100101

Color Harmonies of #87363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87363C

Black with #87363C

Text Example


Text Example

White with #87363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87363C; }

 p { color: rgb(135,54,60); }

 H1.HeaderClassName
 {
   color: #87363C;
 }
 .AnyTagClassName
 {
   color: #87363C;
 }
</style>

background-color css

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

 a { background-color: rgb(135,54,60); }

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

border-color css

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

 span { border-color: rgb(135,54,60); }

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