Html Css Color HEX #860626 Burgundy

📋 copy color: '#860626'

red 134 ◦ green 6 ◦ blue 38

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

Shades of Burgundy #860626

Tints of Burgundy #860626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 75.28%
G = 3.37%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860626 (or 0x860626) is known color: Burgundy. HEX triplet: 86, 06 and 26. RGB value is (134,6,38). Sum of RGB (Red+Green+Blue) = 134+6+38=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #860626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860626 is #79F9D9. Grayscale: #2F2F2F. Windows color (decimal): -7993818 or 2492038. OLE color: 2492038.

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

Color convert

RGB 134 6 38 -
CMYK 0 0.96 0.72 0.47
HSL 345º 0.91% 0.27% -
HSV(B) 345º 0.96% 0.53% -
XYZ 10.25 5.34 2.32 -
YUV 47.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 134 6 38 0 0.96 0.72 0.47 345 0.91 0.27
Hex 86 6 26 0 60 48 2F 159 5B 1B
Octal 206 6 46 0 140 110 57 531 133 33
Binary 10000110 110 100110 0 1100000 1001000 101111 101011001 1011011 11011

Color Harmonies of #860626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860626

Black with #860626

Text Example


Text Example

White with #860626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860626; }

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

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

background-color css

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

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

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

border-color css

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

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

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