Html Css Color HEX #860426 Burgundy

📋 copy color: '#860426'

red 134 ◦ green 4 ◦ blue 38

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

Shades of Burgundy #860426

Tints of Burgundy #860426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

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

R = 76.14%
G = 2.27%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860426 (or 0x860426) is known color: Burgundy. HEX triplet: 86, 04 and 26. RGB value is (134,4,38). Sum of RGB (Red+Green+Blue) = 134+4+38=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860426 is #79FBD9. Grayscale: #2E2E2E. Windows color (decimal): -7994330 or 2491526. OLE color: 2491526.

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

Color convert

RGB 134 4 38 -
CMYK 0 0.97 0.72 0.47
HSL 344.31º 0.94% 0.27% -
HSV(B) 344.31º 0.97% 0.53% -
XYZ 10.22 5.3 2.32 -
YUV 46.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 134 4 38 0 0.97 0.72 0.47 344.31 0.94 0.27
Hex 86 4 26 0 61 48 2F 158 5E 1B
Octal 206 4 46 0 141 110 57 530 136 33
Binary 10000110 100 100110 0 1100001 1001000 101111 101011000 1011110 11011

Color Harmonies of #860426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860426

Black with #860426

Text Example


Text Example

White with #860426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860426; }

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

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

background-color css

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

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

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

border-color css

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

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

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