Html Css Color HEX #7C092C Burgundy

📋 copy color: '#7C092C'

red 124 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #7C092C

Tints of Burgundy #7C092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 44 (17.58% from 255) = 24.86%

R = 70.06%
G = 5.08%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C092C (or 0x7C092C) is known color: Burgundy. HEX triplet: 7C, 09 and 2C. RGB value is (124,9,44). Sum of RGB (Red+Green+Blue) = 124+9+44=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C092C is #83F6D3. Grayscale: #2F2F2F. Windows color (decimal): -8648404 or 2886012. OLE color: 2886012.

HSL color Cylindrical-coordinate representation of color #7C092C: hue angle of 341.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C092C is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 44 -
CMYK 0 0.93 0.65 0.51
HSL 341.74º 0.86% 0.26% -
HSV(B) 341.74º 0.93% 0.49% -
XYZ 8.86 4.66 2.82 -
YUV 47.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 124 9 44 0 0.93 0.65 0.51 341.74 0.86 0.26
Hex 7C 9 2C 0 5D 41 33 156 56 1A
Octal 174 11 54 0 135 101 63 526 126 32
Binary 1111100 1001 101100 0 1011101 1000001 110011 101010110 1010110 11010

Color Harmonies of #7C092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C092C

Black with #7C092C

Text Example


Text Example

White with #7C092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,44); }

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

background-color css

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

 a { background-color: rgb(124,9,44); }

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

border-color css

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

 span { border-color: rgb(124,9,44); }

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