Html Css Color HEX #750117 Burgundy

📋 copy color: '#750117'

red 117 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #750117

Tints of Burgundy #750117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 23 (9.38% from 255) = 16.31%

R = 82.98%
G = 0.71%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#750117 (or 0x750117) is known color: Burgundy. HEX triplet: 75, 01 and 17. RGB value is (117,1,23). Sum of RGB (Red+Green+Blue) = 117+1+23=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750117 is #8AFEE8. Grayscale: #262626. Windows color (decimal): -9109225 or 1507701. OLE color: 1507701.

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

Color convert

RGB 117 1 23 -
CMYK 0 0.99 0.80 0.54
HSL 348.62º 0.98% 0.23% -
HSV(B) 348.62º 0.99% 0.46% -
XYZ 7.5 3.87 1.16 -
YUV 38.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 117 1 23 0 0.99 0.80 0.54 348.62 0.98 0.23
Hex 75 1 17 0 63 50 36 15D 62 17
Octal 165 1 27 0 143 120 66 535 142 27
Binary 1110101 1 10111 0 1100011 1010000 110110 101011101 1100010 10111

Color Harmonies of #750117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750117

Black with #750117

Text Example


Text Example

White with #750117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750117; }

 p { color: rgb(117,1,23); }

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

background-color css

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

 a { background-color: rgb(117,1,23); }

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

border-color css

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

 span { border-color: rgb(117,1,23); }

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