Html Css Color HEX #7C0030 Burgundy

📋 copy color: '#7C0030'

red 124 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #7C0030

Tints of Burgundy #7C0030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 72.09%
G = 0%
B = 27.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7C0030 (or 0x7C0030) is known color: Burgundy. HEX triplet: 7C, 00 and 30. RGB value is (124,0,48). Sum of RGB (Red+Green+Blue) = 124+0+48=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0030 is #83FFCF. Grayscale: #2A2A2A. Windows color (decimal): -8650704 or 3145852. OLE color: 3145852.

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

Color convert

RGB 124 0 48 -
CMYK 0 1 0.61 0.51
HSL 336.77º 1% 0.24% -
HSV(B) 336.77º 1% 0.49% -
XYZ 8.85 4.5 3.2 -
YUV 42.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 124 0 48 0 1 0.61 0.51 336.77 1 0.24
Hex 7C 0 30 0 64 3D 33 151 64 18
Octal 174 0 60 0 144 75 63 521 144 30
Binary 1111100 0 110000 0 1100100 111101 110011 101010001 1100100 11000

Color Harmonies of #7C0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0030

Black with #7C0030

Text Example


Text Example

White with #7C0030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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