Html Css Color HEX #7C0F19 Burgundy

📋 copy color: '#7C0F19'

red 124 ◦ green 15 ◦ blue 25

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

Shades of Burgundy #7C0F19

Tints of Burgundy #7C0F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 75.61%
G = 9.15%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C0F19 (or 0x7C0F19) is known color: Burgundy. HEX triplet: 7C, 0F and 19. RGB value is (124,15,25). Sum of RGB (Red+Green+Blue) = 124+15+25=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0F19 is #83F0E6. Grayscale: #303030. Windows color (decimal): -8646887 or 1642364. OLE color: 1642364.

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

Color convert

RGB 124 15 25 -
CMYK 0 0.88 0.80 0.51
HSL 354.5º 0.78% 0.27% -
HSV(B) 354.5º 0.88% 0.49% -
XYZ 8.66 4.7 1.37 -
YUV 48.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 124 15 25 0 0.88 0.80 0.51 354.5 0.78 0.27
Hex 7C F 19 0 58 50 33 162 4E 1B
Octal 174 17 31 0 130 120 63 542 116 33
Binary 1111100 1111 11001 0 1011000 1010000 110011 101100010 1001110 11011

Color Harmonies of #7C0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F19

Black with #7C0F19

Text Example


Text Example

White with #7C0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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