Html Css Color HEX #750110 Burgundy

📋 copy color: '#750110'

red 117 ◦ green 1 ◦ blue 16

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

Shades of Burgundy #750110

Tints of Burgundy #750110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 87.31%
G = 0.75%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750110 (or 0x750110) is known color: Burgundy. HEX triplet: 75, 01 and 10. RGB value is (117,1,16). Sum of RGB (Red+Green+Blue) = 117+1+16=134 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.31% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 117 - color contains mainly: red. Hex color #750110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750110 is #8AFEEF. Grayscale: #252525. Windows color (decimal): -9109232 or 1048949. OLE color: 1048949.

HSL color Cylindrical-coordinate representation of color #750110: hue angle of 352.24º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750110 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 16 -
CMYK 0 0.99 0.86 0.54
HSL 352.24º 0.98% 0.23% -
HSV(B) 352.24º 0.99% 0.46% -
XYZ 7.44 3.84 0.84 -
YUV 37.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 117 1 16 0 0.99 0.86 0.54 352.24 0.98 0.23
Hex 75 1 10 0 63 56 36 160 62 17
Octal 165 1 20 0 143 126 66 540 142 27
Binary 1110101 1 10000 0 1100011 1010110 110110 101100000 1100010 10111

Color Harmonies of #750110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750110

Black with #750110

Text Example


Text Example

White with #750110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750110; }

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

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

background-color css

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

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

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

border-color css

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

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

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