Html Css Color HEX #860125 Burgundy

📋 copy color: '#860125'

red 134 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #860125

Tints of Burgundy #860125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 77.91%
G = 0.58%
B = 21.51%

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

#860125 (or 0x860125) is known color: Burgundy. HEX triplet: 86, 01 and 25. RGB value is (134,1,37). Sum of RGB (Red+Green+Blue) = 134+1+37=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860125 is #79FEDA. Grayscale: #2C2C2C. Windows color (decimal): -7995099 or 2425222. OLE color: 2425222.

HSL color Cylindrical-coordinate representation of color #860125: hue angle of 343.76º 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 #860125 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 37 -
CMYK 0 0.99 0.72 0.47
HSL 343.76º 0.99% 0.26% -
HSV(B) 343.76º 0.99% 0.53% -
XYZ 10.18 5.22 2.22 -
YUV 44.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 134 1 37 0 0.99 0.72 0.47 343.76 0.99 0.26
Hex 86 1 25 0 63 48 2F 158 63 1A
Octal 206 1 45 0 143 110 57 530 143 32
Binary 10000110 1 100101 0 1100011 1001000 101111 101011000 1100011 11010

Color Harmonies of #860125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860125

Black with #860125

Text Example


Text Example

White with #860125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860125; }

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

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

background-color css

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

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

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

border-color css

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

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

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