Html Css Color HEX #7C031D Burgundy

📋 copy color: '#7C031D'

red 124 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #7C031D

Tints of Burgundy #7C031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 79.49%
G = 1.92%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C031D (or 0x7C031D) is known color: Burgundy. HEX triplet: 7C, 03 and 1D. RGB value is (124,3,29). Sum of RGB (Red+Green+Blue) = 124+3+29=156 (20% of max value = 765). Red value is 124 (48.83% from 255 or 79.49% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 124 - color contains mainly: red. Hex color #7C031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C031D is #83FCE2. Grayscale: #2A2A2A. Windows color (decimal): -8649955 or 1901436. OLE color: 1901436.

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

Color convert

RGB 124 3 29 -
CMYK 0 0.98 0.77 0.51
HSL 347.11º 0.95% 0.25% -
HSV(B) 347.11º 0.98% 0.49% -
XYZ 8.57 4.44 1.57 -
YUV 42.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 124 3 29 0 0.98 0.77 0.51 347.11 0.95 0.25
Hex 7C 3 1D 0 62 4D 33 15B 5F 19
Octal 174 3 35 0 142 115 63 533 137 31
Binary 1111100 11 11101 0 1100010 1001101 110011 101011011 1011111 11001

Color Harmonies of #7C031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C031D

Black with #7C031D

Text Example


Text Example

White with #7C031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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