Html Css Color HEX #830823 Burgundy

📋 copy color: '#830823'

red 131 ◦ green 8 ◦ blue 35

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

Shades of Burgundy #830823

Tints of Burgundy #830823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 75.29%
G = 4.6%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#830823 (or 0x830823) is known color: Burgundy. HEX triplet: 83, 08 and 23. RGB value is (131,8,35). Sum of RGB (Red+Green+Blue) = 131+8+35=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830823 is #7CF7DC. Grayscale: #2F2F2F. Windows color (decimal): -8189917 or 2295939. OLE color: 2295939.

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

Color convert

RGB 131 8 35 -
CMYK 0 0.94 0.73 0.49
HSL 346.83º 0.88% 0.27% -
HSV(B) 346.83º 0.94% 0.51% -
XYZ 9.75 5.12 2.06 -
YUV 47.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 131 8 35 0 0.94 0.73 0.49 346.83 0.88 0.27
Hex 83 8 23 0 5E 49 31 15B 58 1B
Octal 203 10 43 0 136 111 61 533 130 33
Binary 10000011 1000 100011 0 1011110 1001001 110001 101011011 1011000 11011

Color Harmonies of #830823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830823

Black with #830823

Text Example


Text Example

White with #830823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830823; }

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

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

background-color css

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

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

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

border-color css

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

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

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