Html Css Color HEX #831022 Burgundy

📋 copy color: '#831022'

red 131 ◦ green 16 ◦ blue 34

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

Shades of Burgundy #831022

Tints of Burgundy #831022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 72.38%
G = 8.84%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#831022 (or 0x831022) is known color: Burgundy. HEX triplet: 83, 10 and 22. RGB value is (131,16,34). Sum of RGB (Red+Green+Blue) = 131+16+34=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #831022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831022 is #7CEFDD. Grayscale: #343434. Windows color (decimal): -8187870 or 2232451. OLE color: 2232451.

HSL color Cylindrical-coordinate representation of color #831022: hue angle of 350.61º 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 #831022 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 34 -
CMYK 0 0.88 0.74 0.49
HSL 350.61º 0.78% 0.29% -
HSV(B) 350.61º 0.88% 0.51% -
XYZ 9.83 5.31 2.02 -
YUV 52.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 131 16 34 0 0.88 0.74 0.49 350.61 0.78 0.29
Hex 83 10 22 0 58 4A 31 15F 4E 1D
Octal 203 20 42 0 130 112 61 537 116 35
Binary 10000011 10000 100010 0 1011000 1001010 110001 101011111 1001110 11101

Color Harmonies of #831022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831022

Black with #831022

Text Example


Text Example

White with #831022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831022; }

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

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

background-color css

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

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

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

border-color css

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

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

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