Html Css Color HEX #7C012E Burgundy

📋 copy color: '#7C012E'

red 124 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #7C012E

Tints of Burgundy #7C012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 72.51%
G = 0.58%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7C012E (or 0x7C012E) is known color: Burgundy. HEX triplet: 7C, 01 and 2E. RGB value is (124,1,46). Sum of RGB (Red+Green+Blue) = 124+1+46=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C012E is #83FED1. Grayscale: #2A2A2A. Windows color (decimal): -8650450 or 3015036. OLE color: 3015036.

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

Color convert

RGB 124 1 46 -
CMYK 0 0.99 0.63 0.51
HSL 338.05º 0.98% 0.25% -
HSV(B) 338.05º 0.99% 0.49% -
XYZ 8.82 4.5 2.99 -
YUV 42.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 124 1 46 0 0.99 0.63 0.51 338.05 0.98 0.25
Hex 7C 1 2E 0 63 3F 33 152 62 19
Octal 174 1 56 0 143 77 63 522 142 31
Binary 1111100 1 101110 0 1100011 111111 110011 101010010 1100010 11001

Color Harmonies of #7C012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C012E

Black with #7C012E

Text Example


Text Example

White with #7C012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,46); }

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

background-color css

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

 a { background-color: rgb(124,1,46); }

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

border-color css

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

 span { border-color: rgb(124,1,46); }

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