Html Css Color HEX #860023 Burgundy

📋 copy color: '#860023'

red 134 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #860023

Tints of Burgundy #860023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 79.29%
G = 0%
B = 20.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#860023 (or 0x860023) is known color: Burgundy. HEX triplet: 86, 00 and 23. RGB value is (134,0,35). Sum of RGB (Red+Green+Blue) = 134+0+35=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860023 is #79FFDC. Grayscale: #2C2C2C. Windows color (decimal): -7995357 or 2293894. OLE color: 2293894.

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

Color convert

RGB 134 0 35 -
CMYK 0 1 0.74 0.47
HSL 344.33º 1% 0.26% -
HSV(B) 344.33º 1% 0.53% -
XYZ 10.13 5.19 2.06 -
YUV 44.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 134 0 35 0 1 0.74 0.47 344.33 1 0.26
Hex 86 0 23 0 64 4A 2F 158 64 1A
Octal 206 0 43 0 144 112 57 530 144 32
Binary 10000110 0 100011 0 1100100 1001010 101111 101011000 1100100 11010

Color Harmonies of #860023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860023

Black with #860023

Text Example


Text Example

White with #860023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860023; }

 p { color: rgb(134,0,35); }

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

background-color css

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

 a { background-color: rgb(134,0,35); }

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

border-color css

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

 span { border-color: rgb(134,0,35); }

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