Html Css Color HEX #7C032C Burgundy

📋 copy color: '#7C032C'

red 124 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #7C032C

Tints of Burgundy #7C032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 72.51%
G = 1.75%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C032C (or 0x7C032C) is known color: Burgundy. HEX triplet: 7C, 03 and 2C. RGB value is (124,3,44). Sum of RGB (Red+Green+Blue) = 124+3+44=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C032C is #83FCD3. Grayscale: #2B2B2B. Windows color (decimal): -8649940 or 2884476. OLE color: 2884476.

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

Color convert

RGB 124 3 44 -
CMYK 0 0.98 0.65 0.51
HSL 339.67º 0.95% 0.25% -
HSV(B) 339.67º 0.98% 0.49% -
XYZ 8.8 4.53 2.79 -
YUV 43.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 124 3 44 0 0.98 0.65 0.51 339.67 0.95 0.25
Hex 7C 3 2C 0 62 41 33 154 5F 19
Octal 174 3 54 0 142 101 63 524 137 31
Binary 1111100 11 101100 0 1100010 1000001 110011 101010100 1011111 11001

Color Harmonies of #7C032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C032C

Black with #7C032C

Text Example


Text Example

White with #7C032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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