Html Css Color HEX #831023 Burgundy

📋 copy color: '#831023'

red 131 ◦ green 16 ◦ blue 35

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

Shades of Burgundy #831023

Tints of Burgundy #831023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

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

R = 71.98%
G = 8.79%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#831023 (or 0x831023) is known color: Burgundy. HEX triplet: 83, 10 and 23. RGB value is (131,16,35). Sum of RGB (Red+Green+Blue) = 131+16+35=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #831023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831023 is #7CEFDC. Grayscale: #343434. Windows color (decimal): -8187869 or 2297987. OLE color: 2297987.

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

Color convert

RGB 131 16 35 -
CMYK 0 0.88 0.73 0.49
HSL 350.09º 0.78% 0.29% -
HSV(B) 350.09º 0.88% 0.51% -
XYZ 9.85 5.32 2.1 -
YUV 52.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 131 16 35 0 0.88 0.73 0.49 350.09 0.78 0.29
Hex 83 10 23 0 58 49 31 15E 4E 1D
Octal 203 20 43 0 130 111 61 536 116 35
Binary 10000011 10000 100011 0 1011000 1001001 110001 101011110 1001110 11101

Color Harmonies of #831023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831023

Black with #831023

Text Example


Text Example

White with #831023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831023; }

 p { color: rgb(131,16,35); }

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

background-color css

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

 a { background-color: rgb(131,16,35); }

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

border-color css

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

 span { border-color: rgb(131,16,35); }

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