Html Css Color HEX #750916 Burgundy

📋 copy color: '#750916'

red 117 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #750916

Tints of Burgundy #750916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 79.05%
G = 6.08%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750916 (or 0x750916) is known color: Burgundy. HEX triplet: 75, 09 and 16. RGB value is (117,9,22). Sum of RGB (Red+Green+Blue) = 117+9+22=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750916 is #8AF6E9. Grayscale: #2A2A2A. Windows color (decimal): -9107178 or 1444213. OLE color: 1444213.

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

Color convert

RGB 117 9 22 -
CMYK 0 0.92 0.81 0.54
HSL 352.78º 0.86% 0.25% -
HSV(B) 352.78º 0.92% 0.46% -
XYZ 7.58 4.04 1.14 -
YUV 42.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 117 9 22 0 0.92 0.81 0.54 352.78 0.86 0.25
Hex 75 9 16 0 5C 51 36 161 56 19
Octal 165 11 26 0 134 121 66 541 126 31
Binary 1110101 1001 10110 0 1011100 1010001 110110 101100001 1010110 11001

Color Harmonies of #750916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750916

Black with #750916

Text Example


Text Example

White with #750916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750916; }

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

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

background-color css

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

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

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

border-color css

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

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

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