Html Css Color HEX #87333A Old Brick

📋 copy color: '#87333A'

red 135 ◦ green 51 ◦ blue 58

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

Shades of Old Brick #87333A

Tints of Old Brick #87333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 55.33%
G = 20.9%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87333A (or 0x87333A) is known color: Old Brick. HEX triplet: 87, 33 and 3A. RGB value is (135,51,58). Sum of RGB (Red+Green+Blue) = 135+51+58=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #87333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87333A is #78CCC5. Grayscale: #4C4C4C. Windows color (decimal): -7916742 or 3814279. OLE color: 3814279.

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

Color convert

RGB 135 51 58 -
CMYK 0 0.62 0.57 0.47
HSL 355º 0.45% 0.36% -
HSV(B) 355º 0.62% 0.53% -
XYZ 11.94 7.82 4.88 -
YUV 76.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 135 51 58 0 0.62 0.57 0.47 355 0.45 0.36
Hex 87 33 3A 0 3E 39 2F 163 2D 24
Octal 207 63 72 0 76 71 57 543 55 44
Binary 10000111 110011 111010 0 111110 111001 101111 101100011 101101 100100

Color Harmonies of #87333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87333A

Black with #87333A

Text Example


Text Example

White with #87333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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