Html Css Color HEX #7C0331 Burgundy

📋 copy color: '#7C0331'

red 124 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #7C0331

Tints of Burgundy #7C0331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.84%

R = 70.45%
G = 1.7%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C0331 (or 0x7C0331) is known color: Burgundy. HEX triplet: 7C, 03 and 31. RGB value is (124,3,49). Sum of RGB (Red+Green+Blue) = 124+3+49=176 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.45% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0331 is #83FCCE. Grayscale: #2C2C2C. Windows color (decimal): -8649935 or 3212156. OLE color: 3212156.

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

Color convert

RGB 124 3 49 -
CMYK 0 0.98 0.60 0.51
HSL 337.19º 0.95% 0.25% -
HSV(B) 337.19º 0.98% 0.49% -
XYZ 8.9 4.57 3.32 -
YUV 44.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 124 3 49 0 0.98 0.60 0.51 337.19 0.95 0.25
Hex 7C 3 31 0 62 3C 33 151 5F 19
Octal 174 3 61 0 142 74 63 521 137 31
Binary 1111100 11 110001 0 1100010 111100 110011 101010001 1011111 11001

Color Harmonies of #7C0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0331

Black with #7C0331

Text Example


Text Example

White with #7C0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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