Html Css Color HEX #860826 Burgundy

📋 copy color: '#860826'

red 134 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #860826

Tints of Burgundy #860826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 74.44%
G = 4.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860826 (or 0x860826) is known color: Burgundy. HEX triplet: 86, 08 and 26. RGB value is (134,8,38). Sum of RGB (Red+Green+Blue) = 134+8+38=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #860826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860826 is #79F7D9. Grayscale: #313131. Windows color (decimal): -7993306 or 2492550. OLE color: 2492550.

HSL color Cylindrical-coordinate representation of color #860826: hue angle of 345.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860826 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 8 38 -
CMYK 0 0.94 0.72 0.47
HSL 345.71º 0.89% 0.28% -
HSV(B) 345.71º 0.94% 0.53% -
XYZ 10.27 5.38 2.33 -
YUV 49.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 134 8 38 0 0.94 0.72 0.47 345.71 0.89 0.28
Hex 86 8 26 0 5E 48 2F 15A 59 1C
Octal 206 10 46 0 136 110 57 532 131 34
Binary 10000110 1000 100110 0 1011110 1001000 101111 101011010 1011001 11100

Color Harmonies of #860826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860826

Black with #860826

Text Example


Text Example

White with #860826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860826; }

 p { color: rgb(134,8,38); }

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

background-color css

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

 a { background-color: rgb(134,8,38); }

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

border-color css

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

 span { border-color: rgb(134,8,38); }

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