Html Css Color HEX #750010 Burgundy

📋 copy color: '#750010'

red 117 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #750010

Tints of Burgundy #750010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 87.97%
G = 0%
B = 12.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750010 (or 0x750010) is known color: Burgundy. HEX triplet: 75, 00 and 10. RGB value is (117,0,16). Sum of RGB (Red+Green+Blue) = 117+0+16=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750010 is #8AFFEF. Grayscale: #242424. Windows color (decimal): -9109488 or 1048693. OLE color: 1048693.

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

Color convert

RGB 117 0 16 -
CMYK 0 1 0.86 0.54
HSL 351.79º 1% 0.23% -
HSV(B) 351.79º 1% 0.46% -
XYZ 7.43 3.82 0.84 -
YUV 36.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 117 0 16 0 1 0.86 0.54 351.79 1 0.23
Hex 75 0 10 0 64 56 36 160 64 17
Octal 165 0 20 0 144 126 66 540 144 27
Binary 1110101 0 10000 0 1100100 1010110 110110 101100000 1100100 10111

Color Harmonies of #750010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750010

Black with #750010

Text Example


Text Example

White with #750010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750010; }

 p { color: rgb(117,0,16); }

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

background-color css

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

 a { background-color: rgb(117,0,16); }

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

border-color css

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

 span { border-color: rgb(117,0,16); }

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