Html Css Color HEX #7D061E Burgundy

📋 copy color: '#7D061E'

red 125 ◦ green 6 ◦ blue 30

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

Shades of Burgundy #7D061E

Tints of Burgundy #7D061E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 77.64%
G = 3.73%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7D061E (or 0x7D061E) is known color: Burgundy. HEX triplet: 7D, 06 and 1E. RGB value is (125,6,30). Sum of RGB (Red+Green+Blue) = 125+6+30=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D061E is #82F9E1. Grayscale: #2C2C2C. Windows color (decimal): -8583650 or 1967741. OLE color: 1967741.

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

Color convert

RGB 125 6 30 -
CMYK 0 0.95 0.76 0.51
HSL 347.9º 0.91% 0.26% -
HSV(B) 347.9º 0.95% 0.49% -
XYZ 8.76 4.58 1.65 -
YUV 44.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 125 6 30 0 0.95 0.76 0.51 347.9 0.91 0.26
Hex 7D 6 1E 0 5F 4C 33 15C 5B 1A
Octal 175 6 36 0 137 114 63 534 133 32
Binary 1111101 110 11110 0 1011111 1001100 110011 101011100 1011011 11010

Color Harmonies of #7D061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D061E

Black with #7D061E

Text Example


Text Example

White with #7D061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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