Html Css Color HEX #86343B Old Brick

📋 copy color: '#86343B'

red 134 ◦ green 52 ◦ blue 59

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

Shades of Old Brick #86343B

Tints of Old Brick #86343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 54.69%
G = 21.22%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86343B (or 0x86343B) is known color: Old Brick. HEX triplet: 86, 34 and 3B. RGB value is (134,52,59). Sum of RGB (Red+Green+Blue) = 134+52+59=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343B is #79CBC4. Grayscale: #4D4D4D. Windows color (decimal): -7982021 or 3880070. OLE color: 3880070.

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

Color convert

RGB 134 52 59 -
CMYK 0 0.61 0.56 0.47
HSL 354.88º 0.44% 0.36% -
HSV(B) 354.88º 0.61% 0.53% -
XYZ 11.85 7.84 5.03 -
YUV 77.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 134 52 59 0 0.61 0.56 0.47 354.88 0.44 0.36
Hex 86 34 3B 0 3D 38 2F 163 2C 24
Octal 206 64 73 0 75 70 57 543 54 44
Binary 10000110 110100 111011 0 111101 111000 101111 101100011 101100 100100

Color Harmonies of #86343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86343B

Black with #86343B

Text Example


Text Example

White with #86343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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