Html Css Color HEX #750C0F Burgundy

📋 copy color: '#750C0F'

red 117 ◦ green 12 ◦ blue 15

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

Shades of Burgundy #750C0F

Tints of Burgundy #750C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 81.25%
G = 8.33%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#750C0F (or 0x750C0F) is known color: Burgundy. HEX triplet: 75, 0C and 0F. RGB value is (117,12,15). Sum of RGB (Red+Green+Blue) = 117+12+15=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C0F is #8AF3F0. Grayscale: #2B2B2B. Windows color (decimal): -9106417 or 986229. OLE color: 986229.

HSL color Cylindrical-coordinate representation of color #750C0F: hue angle of 358.29º 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 #750C0F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 15 -
CMYK 0 0.90 0.87 0.54
HSL 358.29º 0.81% 0.25% -
HSV(B) 358.29º 0.9% 0.46% -
XYZ 7.55 4.08 0.84 -
YUV 43.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 117 12 15 0 0.90 0.87 0.54 358.29 0.81 0.25
Hex 75 C F 0 5A 57 36 166 51 19
Octal 165 14 17 0 132 127 66 546 121 31
Binary 1110101 1100 1111 0 1011010 1010111 110110 101100110 1010001 11001

Color Harmonies of #750C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C0F

Black with #750C0F

Text Example


Text Example

White with #750C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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