Html Css Color HEX #7C061B Burgundy

📋 copy color: '#7C061B'

red 124 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #7C061B

Tints of Burgundy #7C061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 78.98%
G = 3.82%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C061B (or 0x7C061B) is known color: Burgundy. HEX triplet: 7C, 06 and 1B. RGB value is (124,6,27). Sum of RGB (Red+Green+Blue) = 124+6+27=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C061B is #83F9E4. Grayscale: #2B2B2B. Windows color (decimal): -8649189 or 1771132. OLE color: 1771132.

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

Color convert

RGB 124 6 27 -
CMYK 0 0.95 0.78 0.51
HSL 349.32º 0.91% 0.25% -
HSV(B) 349.32º 0.95% 0.49% -
XYZ 8.58 4.49 1.45 -
YUV 43.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 124 6 27 0 0.95 0.78 0.51 349.32 0.91 0.25
Hex 7C 6 1B 0 5F 4E 33 15D 5B 19
Octal 174 6 33 0 137 116 63 535 133 31
Binary 1111100 110 11011 0 1011111 1001110 110011 101011101 1011011 11001

Color Harmonies of #7C061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C061B

Black with #7C061B

Text Example


Text Example

White with #7C061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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