Html Css Color HEX #860230 Burgundy

📋 copy color: '#860230'

red 134 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #860230

Tints of Burgundy #860230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 72.83%
G = 1.09%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#860230 (or 0x860230) is known color: Burgundy. HEX triplet: 86, 02 and 30. RGB value is (134,2,48). Sum of RGB (Red+Green+Blue) = 134+2+48=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #860230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860230 is #79FDCF. Grayscale: #2E2E2E. Windows color (decimal): -7994832 or 3146374. OLE color: 3146374.

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

Color convert

RGB 134 2 48 -
CMYK 0 0.99 0.64 0.47
HSL 339.09º 0.97% 0.27% -
HSV(B) 339.09º 0.99% 0.53% -
XYZ 10.39 5.33 3.28 -
YUV 46.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 134 2 48 0 0.99 0.64 0.47 339.09 0.97 0.27
Hex 86 2 30 0 63 40 2F 153 61 1B
Octal 206 2 60 0 143 100 57 523 141 33
Binary 10000110 10 110000 0 1100011 1000000 101111 101010011 1100001 11011

Color Harmonies of #860230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860230

Black with #860230

Text Example


Text Example

White with #860230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860230; }

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

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

background-color css

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

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

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

border-color css

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

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

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