Html Css Color HEX #7C0022 Burgundy

📋 copy color: '#7C0022'

red 124 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #7C0022

Tints of Burgundy #7C0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 78.48%
G = 0%
B = 21.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C0022 (or 0x7C0022) is known color: Burgundy. HEX triplet: 7C, 00 and 22. RGB value is (124,0,34). Sum of RGB (Red+Green+Blue) = 124+0+34=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0022 is #83FFDD. Grayscale: #282828. Windows color (decimal): -8650718 or 2228348. OLE color: 2228348.

HSL color Cylindrical-coordinate representation of color #7C0022: hue angle of 343.55º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0022 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 34 -
CMYK 0 1 0.73 0.51
HSL 343.55º 1% 0.24% -
HSV(B) 343.55º 1% 0.49% -
XYZ 8.6 4.4 1.91 -
YUV 40.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 124 0 34 0 1 0.73 0.51 343.55 1 0.24
Hex 7C 0 22 0 64 49 33 158 64 18
Octal 174 0 42 0 144 111 63 530 144 30
Binary 1111100 0 100010 0 1100100 1001001 110011 101011000 1100100 11000

Color Harmonies of #7C0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0022

Black with #7C0022

Text Example


Text Example

White with #7C0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,34); }

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

background-color css

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

 a { background-color: rgb(124,0,34); }

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

border-color css

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

 span { border-color: rgb(124,0,34); }

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