Html Css Color HEX #750616 Burgundy

📋 copy color: '#750616'

red 117 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #750616

Tints of Burgundy #750616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 80.69%
G = 4.14%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750616 (or 0x750616) is known color: Burgundy. HEX triplet: 75, 06 and 16. RGB value is (117,6,22). Sum of RGB (Red+Green+Blue) = 117+6+22=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750616 is #8AF9E9. Grayscale: #292929. Windows color (decimal): -9107946 or 1443445. OLE color: 1443445.

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

Color convert

RGB 117 6 22 -
CMYK 0 0.95 0.81 0.54
HSL 351.35º 0.9% 0.24% -
HSV(B) 351.35º 0.95% 0.46% -
XYZ 7.55 3.97 1.13 -
YUV 41.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 117 6 22 0 0.95 0.81 0.54 351.35 0.9 0.24
Hex 75 6 16 0 5F 51 36 15F 5A 18
Octal 165 6 26 0 137 121 66 537 132 30
Binary 1110101 110 10110 0 1011111 1010001 110110 101011111 1011010 11000

Color Harmonies of #750616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750616

Black with #750616

Text Example


Text Example

White with #750616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750616; }

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

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

background-color css

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

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

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

border-color css

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

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

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