Html Css Color HEX #86353B Old Brick

📋 copy color: '#86353B'

red 134 ◦ green 53 ◦ blue 59

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

Shades of Old Brick #86353B

Tints of Old Brick #86353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 54.47%
G = 21.54%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86353B (or 0x86353B) is known color: Old Brick. HEX triplet: 86, 35 and 3B. RGB value is (134,53,59). Sum of RGB (Red+Green+Blue) = 134+53+59=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353B is #79CAC4. Grayscale: #4D4D4D. Windows color (decimal): -7981765 or 3880326. OLE color: 3880326.

HSL color Cylindrical-coordinate representation of color #86353B: hue angle of 355.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86353B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 59 -
CMYK 0 0.60 0.56 0.47
HSL 355.56º 0.43% 0.37% -
HSV(B) 355.56º 0.6% 0.53% -
XYZ 11.89 7.93 5.04 -
YUV 77.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 134 53 59 0 0.60 0.56 0.47 355.56 0.43 0.37
Hex 86 35 3B 0 3C 38 2F 164 2B 25
Octal 206 65 73 0 74 70 57 544 53 45
Binary 10000110 110101 111011 0 111100 111000 101111 101100100 101011 100101

Color Harmonies of #86353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86353B

Black with #86353B

Text Example


Text Example

White with #86353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86353B; }

 p { color: rgb(134,53,59); }

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

background-color css

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

 a { background-color: rgb(134,53,59); }

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

border-color css

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

 span { border-color: rgb(134,53,59); }

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