Html Css Color HEX #7D102F Burgundy

📋 copy color: '#7D102F'

red 125 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #7D102F

Tints of Burgundy #7D102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.51%

 BLUE value IS 47 (18.75% from 255) = 25%

R = 66.49%
G = 8.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D102F (or 0x7D102F) is known color: Burgundy. HEX triplet: 7D, 10 and 2F. RGB value is (125,16,47). Sum of RGB (Red+Green+Blue) = 125+16+47=188 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.49% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 125 - color contains mainly: red. Hex color #7D102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D102F is #82EFD0. Grayscale: #343434. Windows color (decimal): -8581073 or 3084413. OLE color: 3084413.

HSL color Cylindrical-coordinate representation of color #7D102F: hue angle of 342.94º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D102F is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 16 47 -
CMYK 0 0.87 0.62 0.51
HSL 342.94º 0.77% 0.28% -
HSV(B) 342.94º 0.87% 0.49% -
XYZ 9.16 4.94 3.16 -
YUV 52.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 125 16 47 0 0.87 0.62 0.51 342.94 0.77 0.28
Hex 7D 10 2F 0 57 3E 33 157 4D 1C
Octal 175 20 57 0 127 76 63 527 115 34
Binary 1111101 10000 101111 0 1010111 111110 110011 101010111 1001101 11100

Color Harmonies of #7D102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D102F

Black with #7D102F

Text Example


Text Example

White with #7D102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,47); }

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

background-color css

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

 a { background-color: rgb(125,16,47); }

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

border-color css

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

 span { border-color: rgb(125,16,47); }

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