Html Css Color HEX #750E16 Burgundy

📋 copy color: '#750E16'

red 117 ◦ green 14 ◦ blue 22

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

Shades of Burgundy #750E16

Tints of Burgundy #750E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.15%

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

R = 76.47%
G = 9.15%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750E16 (or 0x750E16) is known color: Burgundy. HEX triplet: 75, 0E and 16. RGB value is (117,14,22). Sum of RGB (Red+Green+Blue) = 117+14+22=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #750E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E16 is #8AF1E9. Grayscale: #2D2D2D. Windows color (decimal): -9105898 or 1445493. OLE color: 1445493.

HSL color Cylindrical-coordinate representation of color #750E16: hue angle of 355.34º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E16 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 14 22 -
CMYK 0 0.88 0.81 0.54
HSL 355.34º 0.79% 0.26% -
HSV(B) 355.34º 0.88% 0.46% -
XYZ 7.64 4.15 1.16 -
YUV 45.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 117 14 22 0 0.88 0.81 0.54 355.34 0.79 0.26
Hex 75 E 16 0 58 51 36 163 4F 1A
Octal 165 16 26 0 130 121 66 543 117 32
Binary 1110101 1110 10110 0 1011000 1010001 110110 101100011 1001111 11010

Color Harmonies of #750E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E16

Black with #750E16

Text Example


Text Example

White with #750E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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