Html Css Color HEX #860427 Burgundy

📋 copy color: '#860427'

red 134 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #860427

Tints of Burgundy #860427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 75.71%
G = 2.26%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#860427 (or 0x860427) is known color: Burgundy. HEX triplet: 86, 04 and 27. RGB value is (134,4,39). Sum of RGB (Red+Green+Blue) = 134+4+39=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860427 is #79FBD8. Grayscale: #2E2E2E. Windows color (decimal): -7994329 or 2557062. OLE color: 2557062.

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

Color convert

RGB 134 4 39 -
CMYK 0 0.97 0.71 0.47
HSL 343.85º 0.94% 0.27% -
HSV(B) 343.85º 0.97% 0.53% -
XYZ 10.24 5.3 2.4 -
YUV 46.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 134 4 39 0 0.97 0.71 0.47 343.85 0.94 0.27
Hex 86 4 27 0 61 47 2F 158 5E 1B
Octal 206 4 47 0 141 107 57 530 136 33
Binary 10000110 100 100111 0 1100001 1000111 101111 101011000 1011110 11011

Color Harmonies of #860427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860427

Black with #860427

Text Example


Text Example

White with #860427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860427; }

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

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

background-color css

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

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

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

border-color css

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

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

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