Html Css Color HEX #860021 Burgundy

📋 copy color: '#860021'

red 134 ◦ green 0 ◦ blue 33

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

Shades of Burgundy #860021

Tints of Burgundy #860021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 80.24%
G = 0%
B = 19.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#860021 (or 0x860021) is known color: Burgundy. HEX triplet: 86, 00 and 21. RGB value is (134,0,33). Sum of RGB (Red+Green+Blue) = 134+0+33=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #860021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860021 is #79FFDE. Grayscale: #2B2B2B. Windows color (decimal): -7995359 or 2162822. OLE color: 2162822.

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

Color convert

RGB 134 0 33 -
CMYK 0 1 0.75 0.47
HSL 345.22º 1% 0.26% -
HSV(B) 345.22º 1% 0.53% -
XYZ 10.11 5.18 1.91 -
YUV 43.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 134 0 33 0 1 0.75 0.47 345.22 1 0.26
Hex 86 0 21 0 64 4B 2F 159 64 1A
Octal 206 0 41 0 144 113 57 531 144 32
Binary 10000110 0 100001 0 1100100 1001011 101111 101011001 1100100 11010

Color Harmonies of #860021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860021

Black with #860021

Text Example


Text Example

White with #860021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860021; }

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

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

background-color css

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

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

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

border-color css

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

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

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