Html Css Color HEX #7D011B Burgundy

📋 copy color: '#7D011B'

red 125 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #7D011B

Tints of Burgundy #7D011B

RGB

 RED value IS 125 (49.22% from 255) = 81.7%

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 27 (10.94% from 255) = 17.65%

R = 81.7%
G = 0.65%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D011B (or 0x7D011B) is known color: Burgundy. HEX triplet: 7D, 01 and 1B. RGB value is (125,1,27). Sum of RGB (Red+Green+Blue) = 125+1+27=153 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.70% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 125 - color contains mainly: red. Hex color #7D011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D011B is #82FEE4. Grayscale: #292929. Windows color (decimal): -8584933 or 1769853. OLE color: 1769853.

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

Color convert

RGB 125 1 27 -
CMYK 0 0.99 0.78 0.51
HSL 347.42º 0.98% 0.25% -
HSV(B) 347.42º 0.99% 0.49% -
XYZ 8.67 4.46 1.44 -
YUV 41.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 125 1 27 0 0.99 0.78 0.51 347.42 0.98 0.25
Hex 7D 1 1B 0 63 4E 33 15B 62 19
Octal 175 1 33 0 143 116 63 533 142 31
Binary 1111101 1 11011 0 1100011 1001110 110011 101011011 1100010 11001

Color Harmonies of #7D011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D011B

Black with #7D011B

Text Example


Text Example

White with #7D011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,27); }

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

background-color css

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

 a { background-color: rgb(125,1,27); }

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

border-color css

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

 span { border-color: rgb(125,1,27); }

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