Html Css Color HEX #7C071B Burgundy

📋 copy color: '#7C071B'

red 124 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #7C071B

Tints of Burgundy #7C071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 78.48%
G = 4.43%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C071B (or 0x7C071B) is known color: Burgundy. HEX triplet: 7C, 07 and 1B. RGB value is (124,7,27). Sum of RGB (Red+Green+Blue) = 124+7+27=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C071B is #83F8E4. Grayscale: #2C2C2C. Windows color (decimal): -8648933 or 1771388. OLE color: 1771388.

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

Color convert

RGB 124 7 27 -
CMYK 0 0.94 0.78 0.51
HSL 349.74º 0.89% 0.26% -
HSV(B) 349.74º 0.94% 0.49% -
XYZ 8.59 4.52 1.46 -
YUV 44.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 124 7 27 0 0.94 0.78 0.51 349.74 0.89 0.26
Hex 7C 7 1B 0 5E 4E 33 15E 59 1A
Octal 174 7 33 0 136 116 63 536 131 32
Binary 1111100 111 11011 0 1011110 1001110 110011 101011110 1011001 11010

Color Harmonies of #7C071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C071B

Black with #7C071B

Text Example


Text Example

White with #7C071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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