Html Css Color HEX #830527 Burgundy

📋 copy color: '#830527'

red 131 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #830527

Tints of Burgundy #830527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 74.86%
G = 2.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#830527 (or 0x830527) is known color: Burgundy. HEX triplet: 83, 05 and 27. RGB value is (131,5,39). Sum of RGB (Red+Green+Blue) = 131+5+39=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #830527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830527 is #7CFAD8. Grayscale: #2E2E2E. Windows color (decimal): -8190681 or 2557315. OLE color: 2557315.

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

Color convert

RGB 131 5 39 -
CMYK 0 0.96 0.70 0.49
HSL 343.81º 0.93% 0.27% -
HSV(B) 343.81º 0.96% 0.51% -
XYZ 9.78 5.08 2.38 -
YUV 46.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 131 5 39 0 0.96 0.70 0.49 343.81 0.93 0.27
Hex 83 5 27 0 60 46 31 158 5D 1B
Octal 203 5 47 0 140 106 61 530 135 33
Binary 10000011 101 100111 0 1100000 1000110 110001 101011000 1011101 11011

Color Harmonies of #830527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830527

Black with #830527

Text Example


Text Example

White with #830527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830527; }

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

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

background-color css

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

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

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

border-color css

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

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

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