Html Css Color HEX #87333B Old Brick

📋 copy color: '#87333B'

red 135 ◦ green 51 ◦ blue 59

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

Shades of Old Brick #87333B

Tints of Old Brick #87333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 55.1%
G = 20.82%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87333B (or 0x87333B) is known color: Old Brick. HEX triplet: 87, 33 and 3B. RGB value is (135,51,59). Sum of RGB (Red+Green+Blue) = 135+51+59=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87333B is #78CCC4. Grayscale: #4D4D4D. Windows color (decimal): -7916741 or 3879815. OLE color: 3879815.

HSL color Cylindrical-coordinate representation of color #87333B: hue angle of 354.29º 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 #87333B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 51 59 -
CMYK 0 0.62 0.56 0.47
HSL 354.29º 0.45% 0.36% -
HSV(B) 354.29º 0.62% 0.53% -
XYZ 11.96 7.83 5.02 -
YUV 77.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 135 51 59 0 0.62 0.56 0.47 354.29 0.45 0.36
Hex 87 33 3B 0 3E 38 2F 162 2D 24
Octal 207 63 73 0 76 70 57 542 55 44
Binary 10000111 110011 111011 0 111110 111000 101111 101100010 101101 100100

Color Harmonies of #87333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87333B

Black with #87333B

Text Example


Text Example

White with #87333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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