Html Css Color HEX #7C092A Burgundy

📋 copy color: '#7C092A'

red 124 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #7C092A

Tints of Burgundy #7C092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24%

R = 70.86%
G = 5.14%
B = 24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7C092A (or 0x7C092A) is known color: Burgundy. HEX triplet: 7C, 09 and 2A. RGB value is (124,9,42). Sum of RGB (Red+Green+Blue) = 124+9+42=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C092A is #83F6D5. Grayscale: #2F2F2F. Windows color (decimal): -8648406 or 2754940. OLE color: 2754940.

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

Color convert

RGB 124 9 42 -
CMYK 0 0.93 0.66 0.51
HSL 342.78º 0.86% 0.26% -
HSV(B) 342.78º 0.93% 0.49% -
XYZ 8.83 4.65 2.62 -
YUV 47.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 124 9 42 0 0.93 0.66 0.51 342.78 0.86 0.26
Hex 7C 9 2A 0 5D 42 33 157 56 1A
Octal 174 11 52 0 135 102 63 527 126 32
Binary 1111100 1001 101010 0 1011101 1000010 110011 101010111 1010110 11010

Color Harmonies of #7C092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C092A

Black with #7C092A

Text Example


Text Example

White with #7C092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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