Html Css Color HEX #86102E Burgundy

📋 copy color: '#86102E'

red 134 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #86102E

Tints of Burgundy #86102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

 BLUE value IS 46 (18.36% from 255) = 23.47%

R = 68.37%
G = 8.16%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86102E (or 0x86102E) is known color: Burgundy. HEX triplet: 86, 10 and 2E. RGB value is (134,16,46). Sum of RGB (Red+Green+Blue) = 134+16+46=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86102E is #79EFD1. Grayscale: #363636. Windows color (decimal): -7991250 or 3018886. OLE color: 3018886.

HSL color Cylindrical-coordinate representation of color #86102E: hue angle of 344.75º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86102E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 16 46 -
CMYK 0 0.88 0.66 0.47
HSL 344.75º 0.79% 0.29% -
HSV(B) 344.75º 0.88% 0.53% -
XYZ 10.51 5.64 3.12 -
YUV 54.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 134 16 46 0 0.88 0.66 0.47 344.75 0.79 0.29
Hex 86 10 2E 0 58 42 2F 159 4F 1D
Octal 206 20 56 0 130 102 57 531 117 35
Binary 10000110 10000 101110 0 1011000 1000010 101111 101011001 1001111 11101

Color Harmonies of #86102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86102E

Black with #86102E

Text Example


Text Example

White with #86102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86102E; }

 p { color: rgb(134,16,46); }

 H1.HeaderClassName
 {
   color: #86102E;
 }
 .AnyTagClassName
 {
   color: #86102E;
 }
</style>

background-color css

<style>
 a { background-color: #86102E; }

 a { background-color: rgb(134,16,46); }

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

border-color css

<style>
 span { border-color: #86102E; }

 span { border-color: rgb(134,16,46); }

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