Html Css Color HEX #7C081E Burgundy

📋 copy color: '#7C081E'

red 124 ◦ green 8 ◦ blue 30

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

Shades of Burgundy #7C081E

Tints of Burgundy #7C081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 76.54%
G = 4.94%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C081E (or 0x7C081E) is known color: Burgundy. HEX triplet: 7C, 08 and 1E. RGB value is (124,8,30). Sum of RGB (Red+Green+Blue) = 124+8+30=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C081E is #83F7E1. Grayscale: #2D2D2D. Windows color (decimal): -8648674 or 1968252. OLE color: 1968252.

HSL color Cylindrical-coordinate representation of color #7C081E: hue angle of 348.62º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C081E is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 8 30 -
CMYK 0 0.94 0.76 0.51
HSL 348.62º 0.88% 0.26% -
HSV(B) 348.62º 0.94% 0.49% -
XYZ 8.63 4.55 1.65 -
YUV 45.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 124 8 30 0 0.94 0.76 0.51 348.62 0.88 0.26
Hex 7C 8 1E 0 5E 4C 33 15D 58 1A
Octal 174 10 36 0 136 114 63 535 130 32
Binary 1111100 1000 11110 0 1011110 1001100 110011 101011101 1011000 11010

Color Harmonies of #7C081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C081E

Black with #7C081E

Text Example


Text Example

White with #7C081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,8,30); }

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

background-color css

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

 a { background-color: rgb(124,8,30); }

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

border-color css

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

 span { border-color: rgb(124,8,30); }

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