Html Css Color HEX #750116 Burgundy

📋 copy color: '#750116'

red 117 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #750116

Tints of Burgundy #750116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 83.57%
G = 0.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750116 (or 0x750116) is known color: Burgundy. HEX triplet: 75, 01 and 16. RGB value is (117,1,22). Sum of RGB (Red+Green+Blue) = 117+1+22=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750116 is #8AFEE9. Grayscale: #262626. Windows color (decimal): -9109226 or 1442165. OLE color: 1442165.

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

Color convert

RGB 117 1 22 -
CMYK 0 0.99 0.81 0.54
HSL 349.14º 0.98% 0.23% -
HSV(B) 349.14º 0.99% 0.46% -
XYZ 7.49 3.86 1.11 -
YUV 38.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 117 1 22 0 0.99 0.81 0.54 349.14 0.98 0.23
Hex 75 1 16 0 63 51 36 15D 62 17
Octal 165 1 26 0 143 121 66 535 142 27
Binary 1110101 1 10110 0 1100011 1010001 110110 101011101 1100010 10111

Color Harmonies of #750116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750116

Black with #750116

Text Example


Text Example

White with #750116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750116; }

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

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

background-color css

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

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

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

border-color css

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

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

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