Html Css Color HEX #7D0927 Burgundy

📋 copy color: '#7D0927'

red 125 ◦ green 9 ◦ blue 39

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

Shades of Burgundy #7D0927

Tints of Burgundy #7D0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 72.25%
G = 5.2%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7D0927 (or 0x7D0927) is known color: Burgundy. HEX triplet: 7D, 09 and 27. RGB value is (125,9,39). Sum of RGB (Red+Green+Blue) = 125+9+39=173 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.25% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0927 is #82F6D8. Grayscale: #2F2F2F. Windows color (decimal): -8582873 or 2558333. OLE color: 2558333.

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

Color convert

RGB 125 9 39 -
CMYK 0 0.93 0.69 0.51
HSL 344.48º 0.87% 0.26% -
HSV(B) 344.48º 0.93% 0.49% -
XYZ 8.92 4.7 2.36 -
YUV 47.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 125 9 39 0 0.93 0.69 0.51 344.48 0.87 0.26
Hex 7D 9 27 0 5D 45 33 158 57 1A
Octal 175 11 47 0 135 105 63 530 127 32
Binary 1111101 1001 100111 0 1011101 1000101 110011 101011000 1010111 11010

Color Harmonies of #7D0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0927

Black with #7D0927

Text Example


Text Example

White with #7D0927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,39); }

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

background-color css

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

 a { background-color: rgb(125,9,39); }

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

border-color css

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

 span { border-color: rgb(125,9,39); }

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