Html Css Color HEX #86093B Burgundy

📋 copy color: '#86093B'

red 134 ◦ green 9 ◦ blue 59

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

Shades of Burgundy #86093B

Tints of Burgundy #86093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.46%

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

R = 66.34%
G = 4.46%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86093B (or 0x86093B) is known color: Burgundy. HEX triplet: 86, 09 and 3B. RGB value is (134,9,59). Sum of RGB (Red+Green+Blue) = 134+9+59=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86093B is #79F6C4. Grayscale: #343434. Windows color (decimal): -7993029 or 3869062. OLE color: 3869062.

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

Color convert

RGB 134 9 59 -
CMYK 0 0.93 0.56 0.47
HSL 336º 0.87% 0.28% -
HSV(B) 336º 0.93% 0.53% -
XYZ 10.72 5.58 4.65 -
YUV 52.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 134 9 59 0 0.93 0.56 0.47 336 0.87 0.28
Hex 86 9 3B 0 5D 38 2F 150 57 1C
Octal 206 11 73 0 135 70 57 520 127 34
Binary 10000110 1001 111011 0 1011101 111000 101111 101010000 1010111 11100

Color Harmonies of #86093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86093B

Black with #86093B

Text Example


Text Example

White with #86093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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