Html Css Color HEX #830418 Burgundy

📋 copy color: '#830418'

red 131 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #830418

Tints of Burgundy #830418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 82.39%
G = 2.52%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#830418 (or 0x830418) is known color: Burgundy. HEX triplet: 83, 04 and 18. RGB value is (131,4,24). Sum of RGB (Red+Green+Blue) = 131+4+24=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830418 is #7CFBE7. Grayscale: #2C2C2C. Windows color (decimal): -8190952 or 1574019. OLE color: 1574019.

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

Color convert

RGB 131 4 24 -
CMYK 0 0.97 0.82 0.49
HSL 350.55º 0.94% 0.26% -
HSV(B) 350.55º 0.97% 0.51% -
XYZ 9.57 4.98 1.32 -
YUV 44.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 131 4 24 0 0.97 0.82 0.49 350.55 0.94 0.26
Hex 83 4 18 0 61 52 31 15F 5E 1A
Octal 203 4 30 0 141 122 61 537 136 32
Binary 10000011 100 11000 0 1100001 1010010 110001 101011111 1011110 11010

Color Harmonies of #830418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830418

Black with #830418

Text Example


Text Example

White with #830418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830418; }

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

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

background-color css

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

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

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

border-color css

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

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

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