Html Css Color HEX #750014 Burgundy

📋 copy color: '#750014'

red 117 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #750014

Tints of Burgundy #750014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 85.4%
G = 0%
B = 14.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#750014 (or 0x750014) is known color: Burgundy. HEX triplet: 75, 00 and 14. RGB value is (117,0,20). Sum of RGB (Red+Green+Blue) = 117+0+20=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #750014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750014 is #8AFFEB. Grayscale: #252525. Windows color (decimal): -9109484 or 1310837. OLE color: 1310837.

HSL color Cylindrical-coordinate representation of color #750014: hue angle of 349.74º 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 #750014 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 20 -
CMYK 0 1 0.83 0.54
HSL 349.74º 1% 0.23% -
HSV(B) 349.74º 1% 0.46% -
XYZ 7.46 3.83 1.01 -
YUV 37.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 117 0 20 0 1 0.83 0.54 349.74 1 0.23
Hex 75 0 14 0 64 53 36 15E 64 17
Octal 165 0 24 0 144 123 66 536 144 27
Binary 1110101 0 10100 0 1100100 1010011 110110 101011110 1100100 10111

Color Harmonies of #750014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750014

Black with #750014

Text Example


Text Example

White with #750014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750014; }

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

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

background-color css

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

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

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

border-color css

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

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

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