Html Css Color HEX #7C1028 Burgundy

📋 copy color: '#7C1028'

red 124 ◦ green 16 ◦ blue 40

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

Shades of Burgundy #7C1028

Tints of Burgundy #7C1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 68.89%
G = 8.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C1028 (or 0x7C1028) is known color: Burgundy. HEX triplet: 7C, 10 and 28. RGB value is (124,16,40). Sum of RGB (Red+Green+Blue) = 124+16+40=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1028 is #83EFD7. Grayscale: #333333. Windows color (decimal): -8646616 or 2625660. OLE color: 2625660.

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

Color convert

RGB 124 16 40 -
CMYK 0 0.87 0.68 0.51
HSL 346.67º 0.77% 0.27% -
HSV(B) 346.67º 0.87% 0.49% -
XYZ 8.88 4.81 2.47 -
YUV 51.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 124 16 40 0 0.87 0.68 0.51 346.67 0.77 0.27
Hex 7C 10 28 0 57 44 33 15B 4D 1B
Octal 174 20 50 0 127 104 63 533 115 33
Binary 1111100 10000 101000 0 1010111 1000100 110011 101011011 1001101 11011

Color Harmonies of #7C1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1028

Black with #7C1028

Text Example


Text Example

White with #7C1028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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