Html Css Color HEX #7C1027 Burgundy

📋 copy color: '#7C1027'

red 124 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #7C1027

Tints of Burgundy #7C1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 69.27%
G = 8.94%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C1027 (or 0x7C1027) is known color: Burgundy. HEX triplet: 7C, 10 and 27. RGB value is (124,16,39). Sum of RGB (Red+Green+Blue) = 124+16+39=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1027 is #83EFD8. Grayscale: #323232. Windows color (decimal): -8646617 or 2560124. OLE color: 2560124.

HSL color Cylindrical-coordinate representation of color #7C1027: hue angle of 347.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1027 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 16 39 -
CMYK 0 0.87 0.69 0.51
HSL 347.22º 0.77% 0.27% -
HSV(B) 347.22º 0.87% 0.49% -
XYZ 8.86 4.8 2.38 -
YUV 50.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 124 16 39 0 0.87 0.69 0.51 347.22 0.77 0.27
Hex 7C 10 27 0 57 45 33 15B 4D 1B
Octal 174 20 47 0 127 105 63 533 115 33
Binary 1111100 10000 100111 0 1010111 1000101 110011 101011011 1001101 11011

Color Harmonies of #7C1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1027

Black with #7C1027

Text Example


Text Example

White with #7C1027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,39); }

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

background-color css

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

 a { background-color: rgb(124,16,39); }

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

border-color css

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

 span { border-color: rgb(124,16,39); }

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