Html Css Color HEX #7C022B Burgundy

📋 copy color: '#7C022B'

red 124 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #7C022B

Tints of Burgundy #7C022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 73.37%
G = 1.18%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C022B (or 0x7C022B) is known color: Burgundy. HEX triplet: 7C, 02 and 2B. RGB value is (124,2,43). Sum of RGB (Red+Green+Blue) = 124+2+43=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C022B is #83FDD4. Grayscale: #2B2B2B. Windows color (decimal): -8650197 or 2818684. OLE color: 2818684.

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

Color convert

RGB 124 2 43 -
CMYK 0 0.98 0.65 0.51
HSL 339.84º 0.97% 0.25% -
HSV(B) 339.84º 0.98% 0.49% -
XYZ 8.77 4.5 2.69 -
YUV 43.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 124 2 43 0 0.98 0.65 0.51 339.84 0.97 0.25
Hex 7C 2 2B 0 62 41 33 154 61 19
Octal 174 2 53 0 142 101 63 524 141 31
Binary 1111100 10 101011 0 1100010 1000001 110011 101010100 1100001 11001

Color Harmonies of #7C022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C022B

Black with #7C022B

Text Example


Text Example

White with #7C022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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