Html Css Color HEX #86353A Old Brick

📋 copy color: '#86353A'

red 134 ◦ green 53 ◦ blue 58

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

Shades of Old Brick #86353A

Tints of Old Brick #86353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 54.69%
G = 21.63%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86353A (or 0x86353A) is known color: Old Brick. HEX triplet: 86, 35 and 3A. RGB value is (134,53,58). Sum of RGB (Red+Green+Blue) = 134+53+58=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353A is #79CAC5. Grayscale: #4D4D4D. Windows color (decimal): -7981766 or 3814790. OLE color: 3814790.

HSL color Cylindrical-coordinate representation of color #86353A: hue angle of 356.3º 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 #86353A is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 58 -
CMYK 0 0.60 0.57 0.47
HSL 356.3º 0.43% 0.37% -
HSV(B) 356.3º 0.6% 0.53% -
XYZ 11.87 7.92 4.91 -
YUV 77.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 134 53 58 0 0.60 0.57 0.47 356.3 0.43 0.37
Hex 86 35 3A 0 3C 39 2F 164 2B 25
Octal 206 65 72 0 74 71 57 544 53 45
Binary 10000110 110101 111010 0 111100 111001 101111 101100100 101011 100101

Color Harmonies of #86353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86353A

Black with #86353A

Text Example


Text Example

White with #86353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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