Html Css Color HEX #7D0F1C Burgundy

📋 copy color: '#7D0F1C'

red 125 ◦ green 15 ◦ blue 28

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

Shades of Burgundy #7D0F1C

Tints of Burgundy #7D0F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.93%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 74.4%
G = 8.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D0F1C (or 0x7D0F1C) is known color: Burgundy. HEX triplet: 7D, 0F and 1C. RGB value is (125,15,28). Sum of RGB (Red+Green+Blue) = 125+15+28=168 (22% of max value = 765). Red value is 125 (49.22% from 255 or 74.40% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0F1C is #82F0E3. Grayscale: #313131. Windows color (decimal): -8581348 or 1838973. OLE color: 1838973.

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

Color convert

RGB 125 15 28 -
CMYK 0 0.88 0.78 0.51
HSL 352.91º 0.79% 0.27% -
HSV(B) 352.91º 0.88% 0.49% -
XYZ 8.84 4.79 1.56 -
YUV 49.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 125 15 28 0 0.88 0.78 0.51 352.91 0.79 0.27
Hex 7D F 1C 0 58 4E 33 161 4F 1B
Octal 175 17 34 0 130 116 63 541 117 33
Binary 1111101 1111 11100 0 1011000 1001110 110011 101100001 1001111 11011

Color Harmonies of #7D0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F1C

Black with #7D0F1C

Text Example


Text Example

White with #7D0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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