Html Css Color HEX #86323B Old Brick

📋 copy color: '#86323B'

red 134 ◦ green 50 ◦ blue 59

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

Shades of Old Brick #86323B

Tints of Old Brick #86323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 55.14%
G = 20.58%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86323B (or 0x86323B) is known color: Old Brick. HEX triplet: 86, 32 and 3B. RGB value is (134,50,59). Sum of RGB (Red+Green+Blue) = 134+50+59=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323B is #79CDC4. Grayscale: #4C4C4C. Windows color (decimal): -7982533 or 3879558. OLE color: 3879558.

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

Color convert

RGB 134 50 59 -
CMYK 0 0.63 0.56 0.47
HSL 353.57º 0.46% 0.36% -
HSV(B) 353.57º 0.63% 0.53% -
XYZ 11.76 7.67 5 -
YUV 76.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 134 50 59 0 0.63 0.56 0.47 353.57 0.46 0.36
Hex 86 32 3B 0 3F 38 2F 162 2E 24
Octal 206 62 73 0 77 70 57 542 56 44
Binary 10000110 110010 111011 0 111111 111000 101111 101100010 101110 100100

Color Harmonies of #86323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86323B

Black with #86323B

Text Example


Text Example

White with #86323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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