Html Css Color HEX #7C0010 Burgundy

📋 copy color: '#7C0010'

red 124 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #7C0010

Tints of Burgundy #7C0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 88.57%
G = 0%
B = 11.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7C0010 (or 0x7C0010) is known color: Burgundy. HEX triplet: 7C, 00 and 10. RGB value is (124,0,16). Sum of RGB (Red+Green+Blue) = 124+0+16=140 (18% of max value = 765). Red value is 124 (48.83% from 255 or 88.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0010 is #83FFEF. Grayscale: #262626. Windows color (decimal): -8650736 or 1048700. OLE color: 1048700.

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

Color convert

RGB 124 0 16 -
CMYK 0 1 0.87 0.51
HSL 352.26º 1% 0.24% -
HSV(B) 352.26º 1% 0.49% -
XYZ 8.41 4.32 0.88 -
YUV 38.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 124 0 16 0 1 0.87 0.51 352.26 1 0.24
Hex 7C 0 10 0 64 57 33 160 64 18
Octal 174 0 20 0 144 127 63 540 144 30
Binary 1111100 0 10000 0 1100100 1010111 110011 101100000 1100100 11000

Color Harmonies of #7C0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0010

Black with #7C0010

Text Example


Text Example

White with #7C0010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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