Html Css Color HEX #87323C Old Brick

📋 copy color: '#87323C'

red 135 ◦ green 50 ◦ blue 60

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

Shades of Old Brick #87323C

Tints of Old Brick #87323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 55.1%
G = 20.41%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87323C (or 0x87323C) is known color: Old Brick. HEX triplet: 87, 32 and 3C. RGB value is (135,50,60). Sum of RGB (Red+Green+Blue) = 135+50+60=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87323C is #78CDC3. Grayscale: #4C4C4C. Windows color (decimal): -7916996 or 3945095. OLE color: 3945095.

HSL color Cylindrical-coordinate representation of color #87323C: hue angle of 352.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87323C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 60 -
CMYK 0 0.63 0.56 0.47
HSL 352.94º 0.46% 0.36% -
HSV(B) 352.94º 0.63% 0.53% -
XYZ 11.95 7.76 5.14 -
YUV 76.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 135 50 60 0 0.63 0.56 0.47 352.94 0.46 0.36
Hex 87 32 3C 0 3F 38 2F 161 2E 24
Octal 207 62 74 0 77 70 57 541 56 44
Binary 10000111 110010 111100 0 111111 111000 101111 101100001 101110 100100

Color Harmonies of #87323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87323C

Black with #87323C

Text Example


Text Example

White with #87323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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