Html Css Color HEX #7D061B Burgundy

📋 copy color: '#7D061B'

red 125 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #7D061B

Tints of Burgundy #7D061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 79.11%
G = 3.8%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D061B (or 0x7D061B) is known color: Burgundy. HEX triplet: 7D, 06 and 1B. RGB value is (125,6,27). Sum of RGB (Red+Green+Blue) = 125+6+27=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D061B is #82F9E4. Grayscale: #2C2C2C. Windows color (decimal): -8583653 or 1771133. OLE color: 1771133.

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

Color convert

RGB 125 6 27 -
CMYK 0 0.95 0.78 0.51
HSL 349.41º 0.91% 0.26% -
HSV(B) 349.41º 0.95% 0.49% -
XYZ 8.72 4.57 1.46 -
YUV 43.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 125 6 27 0 0.95 0.78 0.51 349.41 0.91 0.26
Hex 7D 6 1B 0 5F 4E 33 15D 5B 1A
Octal 175 6 33 0 137 116 63 535 133 32
Binary 1111101 110 11011 0 1011111 1001110 110011 101011101 1011011 11010

Color Harmonies of #7D061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D061B

Black with #7D061B

Text Example


Text Example

White with #7D061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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