Html Css Color HEX #7D091B Burgundy

📋 copy color: '#7D091B'

red 125 ◦ green 9 ◦ blue 27

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

Shades of Burgundy #7D091B

Tints of Burgundy #7D091B

RGB

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

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

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

R = 77.64%
G = 5.59%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D091B (or 0x7D091B) is known color: Burgundy. HEX triplet: 7D, 09 and 1B. RGB value is (125,9,27). Sum of RGB (Red+Green+Blue) = 125+9+27=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D091B is #82F6E4. Grayscale: #2D2D2D. Windows color (decimal): -8582885 or 1771901. OLE color: 1771901.

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

Color convert

RGB 125 9 27 -
CMYK 0 0.93 0.78 0.51
HSL 350.69º 0.87% 0.26% -
HSV(B) 350.69º 0.93% 0.49% -
XYZ 8.75 4.63 1.47 -
YUV 45.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 125 9 27 0 0.93 0.78 0.51 350.69 0.87 0.26
Hex 7D 9 1B 0 5D 4E 33 15F 57 1A
Octal 175 11 33 0 135 116 63 537 127 32
Binary 1111101 1001 11011 0 1011101 1001110 110011 101011111 1010111 11010

Color Harmonies of #7D091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D091B

Black with #7D091B

Text Example


Text Example

White with #7D091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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