Html Css Color HEX #87333F Old Brick

📋 copy color: '#87333F'

red 135 ◦ green 51 ◦ blue 63

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

Shades of Old Brick #87333F

Tints of Old Brick #87333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.3%

R = 54.22%
G = 20.48%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87333F (or 0x87333F) is known color: Old Brick. HEX triplet: 87, 33 and 3F. RGB value is (135,51,63). Sum of RGB (Red+Green+Blue) = 135+51+63=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87333F is #78CCC0. Grayscale: #4D4D4D. Windows color (decimal): -7916737 or 4141959. OLE color: 4141959.

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

Color convert

RGB 135 51 63 -
CMYK 0 0.62 0.53 0.47
HSL 351.43º 0.45% 0.36% -
HSV(B) 351.43º 0.62% 0.53% -
XYZ 12.07 7.88 5.59 -
YUV 77.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 135 51 63 0 0.62 0.53 0.47 351.43 0.45 0.36
Hex 87 33 3F 0 3E 35 2F 15F 2D 24
Octal 207 63 77 0 76 65 57 537 55 44
Binary 10000111 110011 111111 0 111110 110101 101111 101011111 101101 100100

Color Harmonies of #87333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87333F

Black with #87333F

Text Example


Text Example

White with #87333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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