Html Css Color HEX #860128 Burgundy

📋 copy color: '#860128'

red 134 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #860128

Tints of Burgundy #860128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 76.57%
G = 0.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#860128 (or 0x860128) is known color: Burgundy. HEX triplet: 86, 01 and 28. RGB value is (134,1,40). Sum of RGB (Red+Green+Blue) = 134+1+40=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860128 is #79FED7. Grayscale: #2D2D2D. Windows color (decimal): -7995096 or 2621830. OLE color: 2621830.

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

Color convert

RGB 134 1 40 -
CMYK 0 0.99 0.70 0.47
HSL 342.41º 0.99% 0.26% -
HSV(B) 342.41º 0.99% 0.53% -
XYZ 10.23 5.24 2.48 -
YUV 45.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 134 1 40 0 0.99 0.70 0.47 342.41 0.99 0.26
Hex 86 1 28 0 63 46 2F 156 63 1A
Octal 206 1 50 0 143 106 57 526 143 32
Binary 10000110 1 101000 0 1100011 1000110 101111 101010110 1100011 11010

Color Harmonies of #860128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860128

Black with #860128

Text Example


Text Example

White with #860128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860128; }

 p { color: rgb(134,1,40); }

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

background-color css

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

 a { background-color: rgb(134,1,40); }

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

border-color css

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

 span { border-color: rgb(134,1,40); }

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