Html Css Color HEX #83001D Burgundy

📋 copy color: '#83001D'

red 131 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #83001D

Tints of Burgundy #83001D

RGB

 RED value IS 131 (51.56% from 255) = 81.88%

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

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 81.88%
G = 0%
B = 18.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83001D (or 0x83001D) is known color: Burgundy. HEX triplet: 83, 00 and 1D. RGB value is (131,0,29). Sum of RGB (Red+Green+Blue) = 131+0+29=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #83001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83001D is #7CFFE2. Grayscale: #2A2A2A. Windows color (decimal): -8191971 or 1900675. OLE color: 1900675.

HSL color Cylindrical-coordinate representation of color #83001D: hue angle of 346.72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83001D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 29 -
CMYK 0 1 0.78 0.49
HSL 346.72º 1% 0.26% -
HSV(B) 346.72º 1% 0.51% -
XYZ 9.58 4.91 1.61 -
YUV 42.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 131 0 29 0 1 0.78 0.49 346.72 1 0.26
Hex 83 0 1D 0 64 4E 31 15B 64 1A
Octal 203 0 35 0 144 116 61 533 144 32
Binary 10000011 0 11101 0 1100100 1001110 110001 101011011 1100100 11010

Color Harmonies of #83001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83001D

Black with #83001D

Text Example


Text Example

White with #83001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83001D; }

 p { color: rgb(131,0,29); }

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

background-color css

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

 a { background-color: rgb(131,0,29); }

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

border-color css

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

 span { border-color: rgb(131,0,29); }

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