Html Css Color HEX #750811 Burgundy

📋 copy color: '#750811'

red 117 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #750811

Tints of Burgundy #750811

RGB

 RED value IS 117 (46.09% from 255) = 82.39%

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

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 82.39%
G = 5.63%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750811 (or 0x750811) is known color: Burgundy. HEX triplet: 75, 08 and 11. RGB value is (117,8,17). Sum of RGB (Red+Green+Blue) = 117+8+17=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750811 is #8AF7EE. Grayscale: #292929. Windows color (decimal): -9107439 or 1116277. OLE color: 1116277.

HSL color Cylindrical-coordinate representation of color #750811: hue angle of 355.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750811 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 17 -
CMYK 0 0.93 0.85 0.54
HSL 355.05º 0.87% 0.25% -
HSV(B) 355.05º 0.93% 0.46% -
XYZ 7.52 4 0.91 -
YUV 41.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 117 8 17 0 0.93 0.85 0.54 355.05 0.87 0.25
Hex 75 8 11 0 5D 55 36 163 57 19
Octal 165 10 21 0 135 125 66 543 127 31
Binary 1110101 1000 10001 0 1011101 1010101 110110 101100011 1010111 11001

Color Harmonies of #750811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750811

Black with #750811

Text Example


Text Example

White with #750811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750811; }

 p { color: rgb(117,8,17); }

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

background-color css

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

 a { background-color: rgb(117,8,17); }

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

border-color css

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

 span { border-color: rgb(117,8,17); }

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