Html Css Color HEX #750C10 Burgundy

📋 copy color: '#750C10'

red 117 ◦ green 12 ◦ blue 16

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

Shades of Burgundy #750C10

Tints of Burgundy #750C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.28%

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

R = 80.69%
G = 8.28%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750C10 (or 0x750C10) is known color: Burgundy. HEX triplet: 75, 0C and 10. RGB value is (117,12,16). Sum of RGB (Red+Green+Blue) = 117+12+16=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C10 is #8AF3EF. Grayscale: #2B2B2B. Windows color (decimal): -9106416 or 1051765. OLE color: 1051765.

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

Color convert

RGB 117 12 16 -
CMYK 0 0.90 0.86 0.54
HSL 357.71º 0.81% 0.25% -
HSV(B) 357.71º 0.9% 0.46% -
XYZ 7.56 4.08 0.88 -
YUV 43.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 117 12 16 0 0.90 0.86 0.54 357.71 0.81 0.25
Hex 75 C 10 0 5A 56 36 166 51 19
Octal 165 14 20 0 132 126 66 546 121 31
Binary 1110101 1100 10000 0 1011010 1010110 110110 101100110 1010001 11001

Color Harmonies of #750C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C10

Black with #750C10

Text Example


Text Example

White with #750C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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