Html Css Color HEX #7C021A Burgundy

📋 copy color: '#7C021A'

red 124 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #7C021A

Tints of Burgundy #7C021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 81.58%
G = 1.32%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C021A (or 0x7C021A) is known color: Burgundy. HEX triplet: 7C, 02 and 1A. RGB value is (124,2,26). Sum of RGB (Red+Green+Blue) = 124+2+26=152 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.58% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 124 - color contains mainly: red. Hex color #7C021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C021A is #83FDE5. Grayscale: #292929. Windows color (decimal): -8650214 or 1704572. OLE color: 1704572.

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

Color convert

RGB 124 2 26 -
CMYK 0 0.98 0.79 0.51
HSL 348.2º 0.97% 0.25% -
HSV(B) 348.2º 0.98% 0.49% -
XYZ 8.52 4.4 1.38 -
YUV 41.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 124 2 26 0 0.98 0.79 0.51 348.2 0.97 0.25
Hex 7C 2 1A 0 62 4F 33 15C 61 19
Octal 174 2 32 0 142 117 63 534 141 31
Binary 1111100 10 11010 0 1100010 1001111 110011 101011100 1100001 11001

Color Harmonies of #7C021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C021A

Black with #7C021A

Text Example


Text Example

White with #7C021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,2,26); }

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

background-color css

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

 a { background-color: rgb(124,2,26); }

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

border-color css

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

 span { border-color: rgb(124,2,26); }

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