Html Css Color HEX #83002C Burgundy

📋 copy color: '#83002C'

red 131 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #83002C

Tints of Burgundy #83002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 74.86%
G = 0%
B = 25.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83002C (or 0x83002C) is known color: Burgundy. HEX triplet: 83, 00 and 2C. RGB value is (131,0,44). Sum of RGB (Red+Green+Blue) = 131+0+44=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #83002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83002C is #7CFFD3. Grayscale: #2C2C2C. Windows color (decimal): -8191956 or 2883715. OLE color: 2883715.

HSL color Cylindrical-coordinate representation of color #83002C: hue angle of 339.85º 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 #83002C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 44 -
CMYK 0 1 0.66 0.49
HSL 339.85º 1% 0.26% -
HSV(B) 339.85º 1% 0.51% -
XYZ 9.81 5.01 2.83 -
YUV 44.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 131 0 44 0 1 0.66 0.49 339.85 1 0.26
Hex 83 0 2C 0 64 42 31 154 64 1A
Octal 203 0 54 0 144 102 61 524 144 32
Binary 10000011 0 101100 0 1100100 1000010 110001 101010100 1100100 11010

Color Harmonies of #83002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83002C

Black with #83002C

Text Example


Text Example

White with #83002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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