Html Css Color HEX #7C001E Burgundy

📋 copy color: '#7C001E'

red 124 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #7C001E

Tints of Burgundy #7C001E

RGB

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

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

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

R = 80.52%
G = 0%
B = 19.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C001E (or 0x7C001E) is known color: Burgundy. HEX triplet: 7C, 00 and 1E. RGB value is (124,0,30). Sum of RGB (Red+Green+Blue) = 124+0+30=154 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80.52% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 124 - color contains mainly: red. Hex color #7C001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C001E is #83FFE1. Grayscale: #282828. Windows color (decimal): -8650722 or 1966204. OLE color: 1966204.

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

Color convert

RGB 124 0 30 -
CMYK 0 1 0.76 0.51
HSL 345.48º 1% 0.24% -
HSV(B) 345.48º 1% 0.49% -
XYZ 8.55 4.38 1.62 -
YUV 40.5 122.08 187.56 -
System Red Green Blue C M Y K H S L
Decimal 124 0 30 0 1 0.76 0.51 345.48 1 0.24
Hex 7C 0 1E 0 64 4C 33 159 64 18
Octal 174 0 36 0 144 114 63 531 144 30
Binary 1111100 0 11110 0 1100100 1001100 110011 101011001 1100100 11000

Color Harmonies of #7C001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C001E

Black with #7C001E

Text Example


Text Example

White with #7C001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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