Html Css Color HEX #86323C Old Brick

📋 copy color: '#86323C'

red 134 ◦ green 50 ◦ blue 60

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

Shades of Old Brick #86323C

Tints of Old Brick #86323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 54.92%
G = 20.49%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86323C (or 0x86323C) is known color: Old Brick. HEX triplet: 86, 32 and 3C. RGB value is (134,50,60). Sum of RGB (Red+Green+Blue) = 134+50+60=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323C is #79CDC3. Grayscale: #4C4C4C. Windows color (decimal): -7982532 or 3945094. OLE color: 3945094.

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

Color convert

RGB 134 50 60 -
CMYK 0 0.63 0.55 0.47
HSL 352.86º 0.46% 0.36% -
HSV(B) 352.86º 0.63% 0.53% -
XYZ 11.79 7.68 5.14 -
YUV 76.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 134 50 60 0 0.63 0.55 0.47 352.86 0.46 0.36
Hex 86 32 3C 0 3F 37 2F 161 2E 24
Octal 206 62 74 0 77 67 57 541 56 44
Binary 10000110 110010 111100 0 111111 110111 101111 101100001 101110 100100

Color Harmonies of #86323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86323C

Black with #86323C

Text Example


Text Example

White with #86323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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