Html Css Color HEX #7C0636 Burgundy

📋 copy color: '#7C0636'

red 124 ◦ green 6 ◦ blue 54

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

Shades of Burgundy #7C0636

Tints of Burgundy #7C0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 67.39%
G = 3.26%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C0636 (or 0x7C0636) is known color: Burgundy. HEX triplet: 7C, 06 and 36. RGB value is (124,6,54). Sum of RGB (Red+Green+Blue) = 124+6+54=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0636 is #83F9C9. Grayscale: #2E2E2E. Windows color (decimal): -8649162 or 3540604. OLE color: 3540604.

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

Color convert

RGB 124 6 54 -
CMYK 0 0.95 0.56 0.51
HSL 335.59º 0.91% 0.25% -
HSV(B) 335.59º 0.95% 0.49% -
XYZ 9.04 4.68 3.92 -
YUV 46.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 124 6 54 0 0.95 0.56 0.51 335.59 0.91 0.25
Hex 7C 6 36 0 5F 38 33 150 5B 19
Octal 174 6 66 0 137 70 63 520 133 31
Binary 1111100 110 110110 0 1011111 111000 110011 101010000 1011011 11001

Color Harmonies of #7C0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0636

Black with #7C0636

Text Example


Text Example

White with #7C0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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