Html Css Color HEX #83093A Burgundy

📋 copy color: '#83093A'

red 131 ◦ green 9 ◦ blue 58

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

Shades of Burgundy #83093A

Tints of Burgundy #83093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 66.16%
G = 4.55%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83093A (or 0x83093A) is known color: Burgundy. HEX triplet: 83, 09 and 3A. RGB value is (131,9,58). Sum of RGB (Red+Green+Blue) = 131+9+58=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83093A is #7CF6C5. Grayscale: #323232. Windows color (decimal): -8189638 or 3803523. OLE color: 3803523.

HSL color Cylindrical-coordinate representation of color #83093A: hue angle of 335.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83093A is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 58 -
CMYK 0 0.93 0.56 0.49
HSL 335.9º 0.87% 0.27% -
HSV(B) 335.9º 0.93% 0.51% -
XYZ 10.22 5.33 4.49 -
YUV 51.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 131 9 58 0 0.93 0.56 0.49 335.9 0.87 0.27
Hex 83 9 3A 0 5D 38 31 150 57 1B
Octal 203 11 72 0 135 70 61 520 127 33
Binary 10000011 1001 111010 0 1011101 111000 110001 101010000 1010111 11011

Color Harmonies of #83093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83093A

Black with #83093A

Text Example


Text Example

White with #83093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83093A; }

 p { color: rgb(131,9,58); }

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

background-color css

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

 a { background-color: rgb(131,9,58); }

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

border-color css

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

 span { border-color: rgb(131,9,58); }

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