Html Css Color HEX #7D0021 Burgundy

📋 copy color: '#7D0021'

red 125 ◦ green 0 ◦ blue 33

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

Shades of Burgundy #7D0021

Tints of Burgundy #7D0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 79.11%
G = 0%
B = 20.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7D0021 (or 0x7D0021) is known color: Burgundy. HEX triplet: 7D, 00 and 21. RGB value is (125,0,33). Sum of RGB (Red+Green+Blue) = 125+0+33=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0021 is #82FFDE. Grayscale: #292929. Windows color (decimal): -8585183 or 2162813. OLE color: 2162813.

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

Color convert

RGB 125 0 33 -
CMYK 0 1 0.74 0.51
HSL 344.16º 1% 0.25% -
HSV(B) 344.16º 1% 0.49% -
XYZ 8.73 4.47 1.84 -
YUV 41.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 125 0 33 0 1 0.74 0.51 344.16 1 0.25
Hex 7D 0 21 0 64 4A 33 158 64 19
Octal 175 0 41 0 144 112 63 530 144 31
Binary 1111101 0 100001 0 1100100 1001010 110011 101011000 1100100 11001

Color Harmonies of #7D0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0021

Black with #7D0021

Text Example


Text Example

White with #7D0021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,33); }

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

background-color css

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

 a { background-color: rgb(125,0,33); }

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

border-color css

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

 span { border-color: rgb(125,0,33); }

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