Html Css Color HEX #873138 Old Brick

📋 copy color: '#873138'

red 135 ◦ green 49 ◦ blue 56

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

Shades of Old Brick #873138

Tints of Old Brick #873138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 56.25%
G = 20.42%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#873138 (or 0x873138) is known color: Old Brick. HEX triplet: 87, 31 and 38. RGB value is (135,49,56). Sum of RGB (Red+Green+Blue) = 135+49+56=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873138 is #78CEC7. Grayscale: #4B4B4B. Windows color (decimal): -7917256 or 3682695. OLE color: 3682695.

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

Color convert

RGB 135 49 56 -
CMYK 0 0.64 0.59 0.47
HSL 355.12º 0.47% 0.36% -
HSV(B) 355.12º 0.64% 0.53% -
XYZ 11.8 7.63 4.59 -
YUV 75.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 135 49 56 0 0.64 0.59 0.47 355.12 0.47 0.36
Hex 87 31 38 0 40 3B 2F 163 2F 24
Octal 207 61 70 0 100 73 57 543 57 44
Binary 10000111 110001 111000 0 1000000 111011 101111 101100011 101111 100100

Color Harmonies of #873138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873138

Black with #873138

Text Example


Text Example

White with #873138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873138; }

 p { color: rgb(135,49,56); }

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

background-color css

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

 a { background-color: rgb(135,49,56); }

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

border-color css

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

 span { border-color: rgb(135,49,56); }

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