Html Css Color HEX #7D0836 Burgundy

📋 copy color: '#7D0836'

red 125 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #7D0836

Tints of Burgundy #7D0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 54 (21.48% from 255) = 28.88%

R = 66.84%
G = 4.28%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7D0836 (or 0x7D0836) is known color: Burgundy. HEX triplet: 7D, 08 and 36. RGB value is (125,8,54). Sum of RGB (Red+Green+Blue) = 125+8+54=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0836 is #82F7C9. Grayscale: #303030. Windows color (decimal): -8583114 or 3541117. OLE color: 3541117.

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

Color convert

RGB 125 8 54 -
CMYK 0 0.94 0.57 0.51
HSL 336.41º 0.88% 0.26% -
HSV(B) 336.41º 0.94% 0.49% -
XYZ 9.21 4.8 3.93 -
YUV 48.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 125 8 54 0 0.94 0.57 0.51 336.41 0.88 0.26
Hex 7D 8 36 0 5E 39 33 150 58 1A
Octal 175 10 66 0 136 71 63 520 130 32
Binary 1111101 1000 110110 0 1011110 111001 110011 101010000 1011000 11010

Color Harmonies of #7D0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0836

Black with #7D0836

Text Example


Text Example

White with #7D0836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,54); }

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

background-color css

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

 a { background-color: rgb(125,8,54); }

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

border-color css

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

 span { border-color: rgb(125,8,54); }

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