Html Css Color HEX #830630 Burgundy

📋 copy color: '#830630'

red 131 ◦ green 6 ◦ blue 48

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

Shades of Burgundy #830630

Tints of Burgundy #830630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.24%

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 70.81%
G = 3.24%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#830630 (or 0x830630) is known color: Burgundy. HEX triplet: 83, 06 and 30. RGB value is (131,6,48). Sum of RGB (Red+Green+Blue) = 131+6+48=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #830630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830630 is #7CF9CF. Grayscale: #303030. Windows color (decimal): -8190416 or 3147395. OLE color: 3147395.

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

Color convert

RGB 131 6 48 -
CMYK 0 0.95 0.63 0.49
HSL 339.84º 0.91% 0.27% -
HSV(B) 339.84º 0.95% 0.51% -
XYZ 9.96 5.17 3.27 -
YUV 48.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 131 6 48 0 0.95 0.63 0.49 339.84 0.91 0.27
Hex 83 6 30 0 5F 3F 31 154 5B 1B
Octal 203 6 60 0 137 77 61 524 133 33
Binary 10000011 110 110000 0 1011111 111111 110001 101010100 1011011 11011

Color Harmonies of #830630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830630

Black with #830630

Text Example


Text Example

White with #830630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830630; }

 p { color: rgb(131,6,48); }

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

background-color css

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

 a { background-color: rgb(131,6,48); }

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

border-color css

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

 span { border-color: rgb(131,6,48); }

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