Html Css Color HEX #750810 Burgundy

📋 copy color: '#750810'

red 117 ◦ green 8 ◦ blue 16

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

Shades of Burgundy #750810

Tints of Burgundy #750810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 82.98%
G = 5.67%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750810 (or 0x750810) is known color: Burgundy. HEX triplet: 75, 08 and 10. RGB value is (117,8,16). Sum of RGB (Red+Green+Blue) = 117+8+16=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750810 is #8AF7EF. Grayscale: #292929. Windows color (decimal): -9107440 or 1050741. OLE color: 1050741.

HSL color Cylindrical-coordinate representation of color #750810: hue angle of 355.6º 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 #750810 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 16 -
CMYK 0 0.93 0.86 0.54
HSL 355.6º 0.87% 0.25% -
HSV(B) 355.6º 0.93% 0.46% -
XYZ 7.52 3.99 0.86 -
YUV 41.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 117 8 16 0 0.93 0.86 0.54 355.6 0.87 0.25
Hex 75 8 10 0 5D 56 36 164 57 19
Octal 165 10 20 0 135 126 66 544 127 31
Binary 1110101 1000 10000 0 1011101 1010110 110110 101100100 1010111 11001

Color Harmonies of #750810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750810

Black with #750810

Text Example


Text Example

White with #750810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750810; }

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

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

background-color css

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

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

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

border-color css

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

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

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