Html Css Color HEX #7D0212 Burgundy

📋 copy color: '#7D0212'

red 125 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #7D0212

Tints of Burgundy #7D0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 86.21%
G = 1.38%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D0212 (or 0x7D0212) is known color: Burgundy. HEX triplet: 7D, 02 and 12. RGB value is (125,2,18). Sum of RGB (Red+Green+Blue) = 125+2+18=145 (19% of max value = 765). Red value is 125 (49.22% from 255 or 86.21% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0212 is #82FDED. Grayscale: #282828. Windows color (decimal): -8584686 or 1180285. OLE color: 1180285.

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

Color convert

RGB 125 2 18 -
CMYK 0 0.98 0.86 0.51
HSL 352.2º 0.97% 0.25% -
HSV(B) 352.2º 0.98% 0.49% -
XYZ 8.59 4.45 0.98 -
YUV 40.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 125 2 18 0 0.98 0.86 0.51 352.2 0.97 0.25
Hex 7D 2 12 0 62 56 33 160 61 19
Octal 175 2 22 0 142 126 63 540 141 31
Binary 1111101 10 10010 0 1100010 1010110 110011 101100000 1100001 11001

Color Harmonies of #7D0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0212

Black with #7D0212

Text Example


Text Example

White with #7D0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,18); }

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

background-color css

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

 a { background-color: rgb(125,2,18); }

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

border-color css

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

 span { border-color: rgb(125,2,18); }

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