Html Css Color HEX #7C051B Burgundy

📋 copy color: '#7C051B'

red 124 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #7C051B

Tints of Burgundy #7C051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 79.49%
G = 3.21%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C051B (or 0x7C051B) is known color: Burgundy. HEX triplet: 7C, 05 and 1B. RGB value is (124,5,27). Sum of RGB (Red+Green+Blue) = 124+5+27=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C051B is #83FAE4. Grayscale: #2B2B2B. Windows color (decimal): -8649445 or 1770876. OLE color: 1770876.

HSL color Cylindrical-coordinate representation of color #7C051B: hue angle of 348.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C051B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 27 -
CMYK 0 0.96 0.78 0.51
HSL 348.91º 0.92% 0.25% -
HSV(B) 348.91º 0.96% 0.49% -
XYZ 8.56 4.47 1.45 -
YUV 43.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 124 5 27 0 0.96 0.78 0.51 348.91 0.92 0.25
Hex 7C 5 1B 0 60 4E 33 15D 5C 19
Octal 174 5 33 0 140 116 63 535 134 31
Binary 1111100 101 11011 0 1100000 1001110 110011 101011101 1011100 11001

Color Harmonies of #7C051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C051B

Black with #7C051B

Text Example


Text Example

White with #7C051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,27); }

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

background-color css

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

 a { background-color: rgb(124,5,27); }

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

border-color css

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

 span { border-color: rgb(124,5,27); }

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