Html Css Color HEX #830024 Burgundy

📋 copy color: '#830024'

red 131 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #830024

Tints of Burgundy #830024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 21.56%

R = 78.44%
G = 0%
B = 21.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#830024 (or 0x830024) is known color: Burgundy. HEX triplet: 83, 00 and 24. RGB value is (131,0,36). Sum of RGB (Red+Green+Blue) = 131+0+36=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #830024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830024 is #7CFFDB. Grayscale: #2B2B2B. Windows color (decimal): -8191964 or 2359427. OLE color: 2359427.

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

Color convert

RGB 131 0 36 -
CMYK 0 1 0.73 0.49
HSL 343.51º 1% 0.26% -
HSV(B) 343.51º 1% 0.51% -
XYZ 9.68 4.95 2.11 -
YUV 43.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 131 0 36 0 1 0.73 0.49 343.51 1 0.26
Hex 83 0 24 0 64 49 31 158 64 1A
Octal 203 0 44 0 144 111 61 530 144 32
Binary 10000011 0 100100 0 1100100 1001001 110001 101011000 1100100 11010

Color Harmonies of #830024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830024

Black with #830024

Text Example


Text Example

White with #830024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830024; }

 p { color: rgb(131,0,36); }

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

background-color css

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

 a { background-color: rgb(131,0,36); }

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

border-color css

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

 span { border-color: rgb(131,0,36); }

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