Html Css Color HEX #830237 Burgundy

📋 copy color: '#830237'

red 131 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #830237

Tints of Burgundy #830237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 55 (21.88% from 255) = 29.26%

R = 69.68%
G = 1.06%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#830237 (or 0x830237) is known color: Burgundy. HEX triplet: 83, 02 and 37. RGB value is (131,2,55). Sum of RGB (Red+Green+Blue) = 131+2+55=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830237 is #7CFDC8. Grayscale: #2E2E2E. Windows color (decimal): -8191433 or 3605123. OLE color: 3605123.

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

Color convert

RGB 131 2 55 -
CMYK 0 0.98 0.58 0.49
HSL 335.35º 0.97% 0.26% -
HSV(B) 335.35º 0.98% 0.51% -
XYZ 10.07 5.14 4.08 -
YUV 46.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 131 2 55 0 0.98 0.58 0.49 335.35 0.97 0.26
Hex 83 2 37 0 62 3A 31 14F 61 1A
Octal 203 2 67 0 142 72 61 517 141 32
Binary 10000011 10 110111 0 1100010 111010 110001 101001111 1100001 11010

Color Harmonies of #830237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830237

Black with #830237

Text Example


Text Example

White with #830237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830237; }

 p { color: rgb(131,2,55); }

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

background-color css

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

 a { background-color: rgb(131,2,55); }

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

border-color css

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

 span { border-color: rgb(131,2,55); }

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