Html Css Color HEX #830127 Burgundy

📋 copy color: '#830127'

red 131 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #830127

Tints of Burgundy #830127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 76.61%
G = 0.58%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#830127 (or 0x830127) is known color: Burgundy. HEX triplet: 83, 01 and 27. RGB value is (131,1,39). Sum of RGB (Red+Green+Blue) = 131+1+39=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #830127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830127 is #7CFED8. Grayscale: #2C2C2C. Windows color (decimal): -8191705 or 2556291. OLE color: 2556291.

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

Color convert

RGB 131 1 39 -
CMYK 0 0.99 0.70 0.49
HSL 342.46º 0.98% 0.26% -
HSV(B) 342.46º 0.99% 0.51% -
XYZ 9.74 4.99 2.37 -
YUV 44.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 131 1 39 0 0.99 0.70 0.49 342.46 0.98 0.26
Hex 83 1 27 0 63 46 31 156 62 1A
Octal 203 1 47 0 143 106 61 526 142 32
Binary 10000011 1 100111 0 1100011 1000110 110001 101010110 1100010 11010

Color Harmonies of #830127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830127

Black with #830127

Text Example


Text Example

White with #830127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830127; }

 p { color: rgb(131,1,39); }

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

background-color css

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

 a { background-color: rgb(131,1,39); }

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

border-color css

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

 span { border-color: rgb(131,1,39); }

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