Html Css Color HEX #830434 Burgundy

📋 copy color: '#830434'

red 131 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #830434

Tints of Burgundy #830434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 70.05%
G = 2.14%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#830434 (or 0x830434) is known color: Burgundy. HEX triplet: 83, 04 and 34. RGB value is (131,4,52). Sum of RGB (Red+Green+Blue) = 131+4+52=187 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.05% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 131 - color contains mainly: red. Hex color #830434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830434 is #7CFBCB. Grayscale: #2F2F2F. Windows color (decimal): -8190924 or 3409027. OLE color: 3409027.

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

Color convert

RGB 131 4 52 -
CMYK 0 0.97 0.60 0.49
HSL 337.32º 0.94% 0.26% -
HSV(B) 337.32º 0.97% 0.51% -
XYZ 10.02 5.16 3.72 -
YUV 47.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 131 4 52 0 0.97 0.60 0.49 337.32 0.94 0.26
Hex 83 4 34 0 61 3C 31 151 5E 1A
Octal 203 4 64 0 141 74 61 521 136 32
Binary 10000011 100 110100 0 1100001 111100 110001 101010001 1011110 11010

Color Harmonies of #830434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830434

Black with #830434

Text Example


Text Example

White with #830434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830434; }

 p { color: rgb(131,4,52); }

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

background-color css

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

 a { background-color: rgb(131,4,52); }

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

border-color css

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

 span { border-color: rgb(131,4,52); }

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