Html Css Color HEX #7C082D Burgundy

📋 copy color: '#7C082D'

red 124 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #7C082D

Tints of Burgundy #7C082D

RGB

 RED value IS 124 (48.83% from 255) = 70.06%

 GREEN value IS 8 (3.52% from 255) = 4.52%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 70.06%
G = 4.52%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C082D (or 0x7C082D) is known color: Burgundy. HEX triplet: 7C, 08 and 2D. RGB value is (124,8,45). Sum of RGB (Red+Green+Blue) = 124+8+45=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C082D is #83F7D2. Grayscale: #2E2E2E. Windows color (decimal): -8648659 or 2951292. OLE color: 2951292.

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

Color convert

RGB 124 8 45 -
CMYK 0 0.94 0.64 0.51
HSL 340.86º 0.88% 0.26% -
HSV(B) 340.86º 0.94% 0.49% -
XYZ 8.87 4.65 2.91 -
YUV 46.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 124 8 45 0 0.94 0.64 0.51 340.86 0.88 0.26
Hex 7C 8 2D 0 5E 40 33 155 58 1A
Octal 174 10 55 0 136 100 63 525 130 32
Binary 1111100 1000 101101 0 1011110 1000000 110011 101010101 1011000 11010

Color Harmonies of #7C082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C082D

Black with #7C082D

Text Example


Text Example

White with #7C082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C082D; }

 p { color: rgb(124,8,45); }

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

background-color css

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

 a { background-color: rgb(124,8,45); }

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

border-color css

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

 span { border-color: rgb(124,8,45); }

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