Html Css Color HEX #7D010F Burgundy

📋 copy color: '#7D010F'

red 125 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #7D010F

Tints of Burgundy #7D010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 88.65%
G = 0.71%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D010F (or 0x7D010F) is known color: Burgundy. HEX triplet: 7D, 01 and 0F. RGB value is (125,1,15). Sum of RGB (Red+Green+Blue) = 125+1+15=141 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.65% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 125 - color contains mainly: red. Hex color #7D010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D010F is #82FEF0. Grayscale: #272727. Windows color (decimal): -8584945 or 983421. OLE color: 983421.

HSL color Cylindrical-coordinate representation of color #7D010F: hue angle of 353.23º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D010F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 15 -
CMYK 0 0.99 0.88 0.51
HSL 353.23º 0.98% 0.25% -
HSV(B) 353.23º 0.99% 0.49% -
XYZ 8.55 4.42 0.85 -
YUV 39.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 125 1 15 0 0.99 0.88 0.51 353.23 0.98 0.25
Hex 7D 1 F 0 63 58 33 161 62 19
Octal 175 1 17 0 143 130 63 541 142 31
Binary 1111101 1 1111 0 1100011 1011000 110011 101100001 1100010 11001

Color Harmonies of #7D010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D010F

Black with #7D010F

Text Example


Text Example

White with #7D010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,15); }

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

background-color css

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

 a { background-color: rgb(125,1,15); }

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

border-color css

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

 span { border-color: rgb(125,1,15); }

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