Html Css Color HEX #7D102E Burgundy

📋 copy color: '#7D102E'

red 125 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #7D102E

Tints of Burgundy #7D102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 66.84%
G = 8.56%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D102E (or 0x7D102E) is known color: Burgundy. HEX triplet: 7D, 10 and 2E. RGB value is (125,16,46). Sum of RGB (Red+Green+Blue) = 125+16+46=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D102E is #82EFD1. Grayscale: #343434. Windows color (decimal): -8581074 or 3018877. OLE color: 3018877.

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

Color convert

RGB 125 16 46 -
CMYK 0 0.87 0.63 0.51
HSL 343.49º 0.77% 0.28% -
HSV(B) 343.49º 0.87% 0.49% -
XYZ 9.14 4.93 3.05 -
YUV 52.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 125 16 46 0 0.87 0.63 0.51 343.49 0.77 0.28
Hex 7D 10 2E 0 57 3F 33 157 4D 1C
Octal 175 20 56 0 127 77 63 527 115 34
Binary 1111101 10000 101110 0 1010111 111111 110011 101010111 1001101 11100

Color Harmonies of #7D102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D102E

Black with #7D102E

Text Example


Text Example

White with #7D102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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