Html Css Color HEX #7C0621 Burgundy

📋 copy color: '#7C0621'

red 124 ◦ green 6 ◦ blue 33

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

Shades of Burgundy #7C0621

Tints of Burgundy #7C0621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 76.07%
G = 3.68%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C0621 (or 0x7C0621) is known color: Burgundy. HEX triplet: 7C, 06 and 21. RGB value is (124,6,33). Sum of RGB (Red+Green+Blue) = 124+6+33=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0621 is #83F9DE. Grayscale: #2C2C2C. Windows color (decimal): -8649183 or 2164348. OLE color: 2164348.

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

Color convert

RGB 124 6 33 -
CMYK 0 0.95 0.73 0.51
HSL 346.27º 0.91% 0.25% -
HSV(B) 346.27º 0.95% 0.49% -
XYZ 8.65 4.53 1.86 -
YUV 44.36 121.59 184.8 -
System Red Green Blue C M Y K H S L
Decimal 124 6 33 0 0.95 0.73 0.51 346.27 0.91 0.25
Hex 7C 6 21 0 5F 49 33 15A 5B 19
Octal 174 6 41 0 137 111 63 532 133 31
Binary 1111100 110 100001 0 1011111 1001001 110011 101011010 1011011 11001

Color Harmonies of #7C0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0621

Black with #7C0621

Text Example


Text Example

White with #7C0621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,6,33); }

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

background-color css

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

 a { background-color: rgb(124,6,33); }

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

border-color css

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

 span { border-color: rgb(124,6,33); }

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