Html Css Color HEX #7C051E Burgundy

📋 copy color: '#7C051E'

red 124 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #7C051E

Tints of Burgundy #7C051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.87%

R = 77.99%
G = 3.14%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C051E (or 0x7C051E) is known color: Burgundy. HEX triplet: 7C, 05 and 1E. RGB value is (124,5,30). Sum of RGB (Red+Green+Blue) = 124+5+30=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C051E is #83FAE1. Grayscale: #2B2B2B. Windows color (decimal): -8649442 or 1967484. OLE color: 1967484.

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

Color convert

RGB 124 5 30 -
CMYK 0 0.96 0.76 0.51
HSL 347.4º 0.92% 0.25% -
HSV(B) 347.4º 0.96% 0.49% -
XYZ 8.6 4.49 1.64 -
YUV 43.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 124 5 30 0 0.96 0.76 0.51 347.4 0.92 0.25
Hex 7C 5 1E 0 60 4C 33 15B 5C 19
Octal 174 5 36 0 140 114 63 533 134 31
Binary 1111100 101 11110 0 1100000 1001100 110011 101011011 1011100 11001

Color Harmonies of #7C051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C051E

Black with #7C051E

Text Example


Text Example

White with #7C051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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