Html Css Color HEX #7C0F2F Burgundy

📋 copy color: '#7C0F2F'

red 124 ◦ green 15 ◦ blue 47

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

Shades of Burgundy #7C0F2F

Tints of Burgundy #7C0F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 66.67%
G = 8.06%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C0F2F (or 0x7C0F2F) is known color: Burgundy. HEX triplet: 7C, 0F and 2F. RGB value is (124,15,47). Sum of RGB (Red+Green+Blue) = 124+15+47=186 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.67% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0F2F is #83F0D0. Grayscale: #333333. Windows color (decimal): -8646865 or 3084156. OLE color: 3084156.

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

Color convert

RGB 124 15 47 -
CMYK 0 0.88 0.62 0.51
HSL 342.39º 0.78% 0.27% -
HSV(B) 342.39º 0.88% 0.49% -
XYZ 9 4.83 3.15 -
YUV 51.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 124 15 47 0 0.88 0.62 0.51 342.39 0.78 0.27
Hex 7C F 2F 0 58 3E 33 156 4E 1B
Octal 174 17 57 0 130 76 63 526 116 33
Binary 1111100 1111 101111 0 1011000 111110 110011 101010110 1001110 11011

Color Harmonies of #7C0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F2F

Black with #7C0F2F

Text Example


Text Example

White with #7C0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,15,47); }

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

background-color css

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

 a { background-color: rgb(124,15,47); }

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

border-color css

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

 span { border-color: rgb(124,15,47); }

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