Html Css Color HEX #860226 Burgundy

📋 copy color: '#860226'

red 134 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #860226

Tints of Burgundy #860226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 77.01%
G = 1.15%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860226 (or 0x860226) is known color: Burgundy. HEX triplet: 86, 02 and 26. RGB value is (134,2,38). Sum of RGB (Red+Green+Blue) = 134+2+38=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #860226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860226 is #79FDD9. Grayscale: #2D2D2D. Windows color (decimal): -7994842 or 2491014. OLE color: 2491014.

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

Color convert

RGB 134 2 38 -
CMYK 0 0.99 0.72 0.47
HSL 343.64º 0.97% 0.27% -
HSV(B) 343.64º 0.99% 0.53% -
XYZ 10.2 5.25 2.31 -
YUV 45.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 134 2 38 0 0.99 0.72 0.47 343.64 0.97 0.27
Hex 86 2 26 0 63 48 2F 158 61 1B
Octal 206 2 46 0 143 110 57 530 141 33
Binary 10000110 10 100110 0 1100011 1001000 101111 101011000 1100001 11011

Color Harmonies of #860226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860226

Black with #860226

Text Example


Text Example

White with #860226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860226; }

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

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

background-color css

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

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

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

border-color css

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

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

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