Html Css Color HEX #863133 Old Brick

📋 copy color: '#863133'

red 134 ◦ green 49 ◦ blue 51

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

Shades of Old Brick #863133

Tints of Old Brick #863133

RGB

 RED value IS 134 (52.73% from 255) = 57.26%

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

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 57.26%
G = 20.94%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863133 (or 0x863133) is known color: Old Brick. HEX triplet: 86, 31 and 33. RGB value is (134,49,51). Sum of RGB (Red+Green+Blue) = 134+49+51=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863133 is #79CECC. Grayscale: #4A4A4A. Windows color (decimal): -7982797 or 3355014. OLE color: 3355014.

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

Color convert

RGB 134 49 51 -
CMYK 0 0.63 0.62 0.47
HSL 358.59º 0.46% 0.36% -
HSV(B) 358.59º 0.63% 0.53% -
XYZ 11.53 7.5 3.97 -
YUV 74.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 134 49 51 0 0.63 0.62 0.47 358.59 0.46 0.36
Hex 86 31 33 0 3F 3E 2F 167 2E 24
Octal 206 61 63 0 77 76 57 547 56 44
Binary 10000110 110001 110011 0 111111 111110 101111 101100111 101110 100100

Color Harmonies of #863133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863133

Black with #863133

Text Example


Text Example

White with #863133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863133; }

 p { color: rgb(134,49,51); }

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

background-color css

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

 a { background-color: rgb(134,49,51); }

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

border-color css

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

 span { border-color: rgb(134,49,51); }

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