Html Css Color HEX #7C0329 Burgundy

📋 copy color: '#7C0329'

red 124 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #7C0329

Tints of Burgundy #7C0329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 73.81%
G = 1.79%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C0329 (or 0x7C0329) is known color: Burgundy. HEX triplet: 7C, 03 and 29. RGB value is (124,3,41). Sum of RGB (Red+Green+Blue) = 124+3+41=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0329 is #83FCD6. Grayscale: #2B2B2B. Windows color (decimal): -8649943 or 2687868. OLE color: 2687868.

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

Color convert

RGB 124 3 41 -
CMYK 0 0.98 0.67 0.51
HSL 341.16º 0.95% 0.25% -
HSV(B) 341.16º 0.98% 0.49% -
XYZ 8.74 4.51 2.51 -
YUV 43.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 124 3 41 0 0.98 0.67 0.51 341.16 0.95 0.25
Hex 7C 3 29 0 62 43 33 155 5F 19
Octal 174 3 51 0 142 103 63 525 137 31
Binary 1111100 11 101001 0 1100010 1000011 110011 101010101 1011111 11001

Color Harmonies of #7C0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0329

Black with #7C0329

Text Example


Text Example

White with #7C0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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