Html Css Color HEX #7C082B Burgundy

📋 copy color: '#7C082B'

red 124 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #7C082B

Tints of Burgundy #7C082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 70.86%
G = 4.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C082B (or 0x7C082B) is known color: Burgundy. HEX triplet: 7C, 08 and 2B. RGB value is (124,8,43). Sum of RGB (Red+Green+Blue) = 124+8+43=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C082B is #83F7D4. Grayscale: #2E2E2E. Windows color (decimal): -8648661 or 2820220. OLE color: 2820220.

HSL color Cylindrical-coordinate representation of color #7C082B: hue angle of 341.9º 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 #7C082B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 8 43 -
CMYK 0 0.94 0.65 0.51
HSL 341.9º 0.88% 0.26% -
HSV(B) 341.9º 0.94% 0.49% -
XYZ 8.84 4.63 2.71 -
YUV 46.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 124 8 43 0 0.94 0.65 0.51 341.9 0.88 0.26
Hex 7C 8 2B 0 5E 41 33 156 58 1A
Octal 174 10 53 0 136 101 63 526 130 32
Binary 1111100 1000 101011 0 1011110 1000001 110011 101010110 1011000 11010

Color Harmonies of #7C082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C082B

Black with #7C082B

Text Example


Text Example

White with #7C082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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