Html Css Color HEX #7D092B Burgundy

📋 copy color: '#7D092B'

red 125 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #7D092B

Tints of Burgundy #7D092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 70.62%
G = 5.08%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D092B (or 0x7D092B) is known color: Burgundy. HEX triplet: 7D, 09 and 2B. RGB value is (125,9,43). Sum of RGB (Red+Green+Blue) = 125+9+43=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D092B is #82F6D4. Grayscale: #2F2F2F. Windows color (decimal): -8582869 or 2820477. OLE color: 2820477.

HSL color Cylindrical-coordinate representation of color #7D092B: hue angle of 342.41º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D092B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 9 43 -
CMYK 0 0.93 0.66 0.51
HSL 342.41º 0.87% 0.26% -
HSV(B) 342.41º 0.93% 0.49% -
XYZ 8.99 4.73 2.72 -
YUV 47.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 125 9 43 0 0.93 0.66 0.51 342.41 0.87 0.26
Hex 7D 9 2B 0 5D 42 33 156 57 1A
Octal 175 11 53 0 135 102 63 526 127 32
Binary 1111101 1001 101011 0 1011101 1000010 110011 101010110 1010111 11010

Color Harmonies of #7D092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D092B

Black with #7D092B

Text Example


Text Example

White with #7D092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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