Html Css Color HEX #750310 Burgundy

📋 copy color: '#750310'

red 117 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #750310

Tints of Burgundy #750310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 86.03%
G = 2.21%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750310 (or 0x750310) is known color: Burgundy. HEX triplet: 75, 03 and 10. RGB value is (117,3,16). Sum of RGB (Red+Green+Blue) = 117+3+16=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750310 is #8AFCEF. Grayscale: #262626. Windows color (decimal): -9108720 or 1049461. OLE color: 1049461.

HSL color Cylindrical-coordinate representation of color #750310: hue angle of 353.16º degrees, saturation: 0.95, 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 #750310 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 16 -
CMYK 0 0.97 0.86 0.54
HSL 353.16º 0.95% 0.24% -
HSV(B) 353.16º 0.97% 0.46% -
XYZ 7.46 3.88 0.85 -
YUV 38.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 117 3 16 0 0.97 0.86 0.54 353.16 0.95 0.24
Hex 75 3 10 0 61 56 36 161 5F 18
Octal 165 3 20 0 141 126 66 541 137 30
Binary 1110101 11 10000 0 1100001 1010110 110110 101100001 1011111 11000

Color Harmonies of #750310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750310

Black with #750310

Text Example


Text Example

White with #750310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750310; }

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

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

background-color css

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

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

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

border-color css

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

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

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