Html Css Color HEX #873039 Old Brick

📋 copy color: '#873039'

red 135 ◦ green 48 ◦ blue 57

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

Shades of Old Brick #873039

Tints of Old Brick #873039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 56.25%
G = 20%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#873039 (or 0x873039) is known color: Old Brick. HEX triplet: 87, 30 and 39. RGB value is (135,48,57). Sum of RGB (Red+Green+Blue) = 135+48+57=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873039 is #78CFC6. Grayscale: #4B4B4B. Windows color (decimal): -7917511 or 3747975. OLE color: 3747975.

HSL color Cylindrical-coordinate representation of color #873039: hue angle of 353.79º degrees, saturation: 0.48, 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 #873039 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 57 -
CMYK 0 0.64 0.58 0.47
HSL 353.79º 0.48% 0.36% -
HSV(B) 353.79º 0.64% 0.53% -
XYZ 11.79 7.56 4.71 -
YUV 75.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 135 48 57 0 0.64 0.58 0.47 353.79 0.48 0.36
Hex 87 30 39 0 40 3A 2F 162 30 24
Octal 207 60 71 0 100 72 57 542 60 44
Binary 10000111 110000 111001 0 1000000 111010 101111 101100010 110000 100100

Color Harmonies of #873039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873039

Black with #873039

Text Example


Text Example

White with #873039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873039; }

 p { color: rgb(135,48,57); }

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

background-color css

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

 a { background-color: rgb(135,48,57); }

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

border-color css

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

 span { border-color: rgb(135,48,57); }

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