Html Css Color HEX #750416 Burgundy

📋 copy color: '#750416'

red 117 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #750416

Tints of Burgundy #750416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 81.82%
G = 2.8%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750416 (or 0x750416) is known color: Burgundy. HEX triplet: 75, 04 and 16. RGB value is (117,4,22). Sum of RGB (Red+Green+Blue) = 117+4+22=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750416 is #8AFBE9. Grayscale: #272727. Windows color (decimal): -9108458 or 1442933. OLE color: 1442933.

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

Color convert

RGB 117 4 22 -
CMYK 0 0.97 0.81 0.54
HSL 350.44º 0.93% 0.24% -
HSV(B) 350.44º 0.97% 0.46% -
XYZ 7.52 3.93 1.12 -
YUV 39.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 117 4 22 0 0.97 0.81 0.54 350.44 0.93 0.24
Hex 75 4 16 0 61 51 36 15E 5D 18
Octal 165 4 26 0 141 121 66 536 135 30
Binary 1110101 100 10110 0 1100001 1010001 110110 101011110 1011101 11000

Color Harmonies of #750416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750416

Black with #750416

Text Example


Text Example

White with #750416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750416; }

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

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

background-color css

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

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

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

border-color css

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

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

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