Html Css Color HEX #87333D Old Brick

📋 copy color: '#87333D'

red 135 ◦ green 51 ◦ blue 61

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

Shades of Old Brick #87333D

Tints of Old Brick #87333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 54.66%
G = 20.65%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87333D (or 0x87333D) is known color: Old Brick. HEX triplet: 87, 33 and 3D. RGB value is (135,51,61). Sum of RGB (Red+Green+Blue) = 135+51+61=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87333D is #78CCC2. Grayscale: #4D4D4D. Windows color (decimal): -7916739 or 4010887. OLE color: 4010887.

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

Color convert

RGB 135 51 61 -
CMYK 0 0.62 0.55 0.47
HSL 352.86º 0.45% 0.36% -
HSV(B) 352.86º 0.62% 0.53% -
XYZ 12.02 7.86 5.3 -
YUV 77.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 135 51 61 0 0.62 0.55 0.47 352.86 0.45 0.36
Hex 87 33 3D 0 3E 37 2F 161 2D 24
Octal 207 63 75 0 76 67 57 541 55 44
Binary 10000111 110011 111101 0 111110 110111 101111 101100001 101101 100100

Color Harmonies of #87333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87333D

Black with #87333D

Text Example


Text Example

White with #87333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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