Html Css Color HEX #860238 Burgundy

📋 copy color: '#860238'

red 134 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #860238

Tints of Burgundy #860238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 69.79%
G = 1.04%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#860238 (or 0x860238) is known color: Burgundy. HEX triplet: 86, 02 and 38. RGB value is (134,2,56). Sum of RGB (Red+Green+Blue) = 134+2+56=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #860238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860238 is #79FDC7. Grayscale: #2F2F2F. Windows color (decimal): -7994824 or 3670662. OLE color: 3670662.

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

Color convert

RGB 134 2 56 -
CMYK 0 0.99 0.58 0.47
HSL 335.45º 0.97% 0.27% -
HSV(B) 335.45º 0.99% 0.53% -
XYZ 10.57 5.4 4.23 -
YUV 47.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 134 2 56 0 0.99 0.58 0.47 335.45 0.97 0.27
Hex 86 2 38 0 63 3A 2F 14F 61 1B
Octal 206 2 70 0 143 72 57 517 141 33
Binary 10000110 10 111000 0 1100011 111010 101111 101001111 1100001 11011

Color Harmonies of #860238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860238

Black with #860238

Text Example


Text Example

White with #860238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860238; }

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

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

background-color css

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

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

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

border-color css

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

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

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