Html Css Color HEX #830426 Burgundy

📋 copy color: '#830426'

red 131 ◦ green 4 ◦ blue 38

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

Shades of Burgundy #830426

Tints of Burgundy #830426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 75.72%
G = 2.31%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#830426 (or 0x830426) is known color: Burgundy. HEX triplet: 83, 04 and 26. RGB value is (131,4,38). Sum of RGB (Red+Green+Blue) = 131+4+38=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #830426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830426 is #7CFBD9. Grayscale: #2D2D2D. Windows color (decimal): -8190938 or 2491523. OLE color: 2491523.

HSL color Cylindrical-coordinate representation of color #830426: hue angle of 343.94º 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 #830426 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 38 -
CMYK 0 0.97 0.71 0.49
HSL 343.94º 0.94% 0.26% -
HSV(B) 343.94º 0.97% 0.51% -
XYZ 9.75 5.05 2.29 -
YUV 45.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 131 4 38 0 0.97 0.71 0.49 343.94 0.94 0.26
Hex 83 4 26 0 61 47 31 158 5E 1A
Octal 203 4 46 0 141 107 61 530 136 32
Binary 10000011 100 100110 0 1100001 1000111 110001 101011000 1011110 11010

Color Harmonies of #830426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830426

Black with #830426

Text Example


Text Example

White with #830426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830426; }

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

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

background-color css

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

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

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

border-color css

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

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

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