Html Css Color HEX #7D022B Burgundy

📋 copy color: '#7D022B'

red 125 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #7D022B

Tints of Burgundy #7D022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.29%

R = 73.53%
G = 1.18%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D022B (or 0x7D022B) is known color: Burgundy. HEX triplet: 7D, 02 and 2B. RGB value is (125,2,43). Sum of RGB (Red+Green+Blue) = 125+2+43=170 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.53% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 125 - color contains mainly: red. Hex color #7D022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D022B is #82FDD4. Grayscale: #2B2B2B. Windows color (decimal): -8584661 or 2818685. OLE color: 2818685.

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

Color convert

RGB 125 2 43 -
CMYK 0 0.98 0.66 0.51
HSL 340º 0.97% 0.25% -
HSV(B) 340º 0.98% 0.49% -
XYZ 8.92 4.58 2.7 -
YUV 43.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 125 2 43 0 0.98 0.66 0.51 340 0.97 0.25
Hex 7D 2 2B 0 62 42 33 154 61 19
Octal 175 2 53 0 142 102 63 524 141 31
Binary 1111101 10 101011 0 1100010 1000010 110011 101010100 1100001 11001

Color Harmonies of #7D022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D022B

Black with #7D022B

Text Example


Text Example

White with #7D022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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