Html Css Color HEX #750417 Burgundy

📋 copy color: '#750417'

red 117 ◦ green 4 ◦ blue 23

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

Shades of Burgundy #750417

Tints of Burgundy #750417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 81.25%
G = 2.78%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#750417 (or 0x750417) is known color: Burgundy. HEX triplet: 75, 04 and 17. RGB value is (117,4,23). Sum of RGB (Red+Green+Blue) = 117+4+23=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750417 is #8AFBE8. Grayscale: #272727. Windows color (decimal): -9108457 or 1508469. OLE color: 1508469.

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

Color convert

RGB 117 4 23 -
CMYK 0 0.97 0.80 0.54
HSL 349.91º 0.93% 0.24% -
HSV(B) 349.91º 0.97% 0.46% -
XYZ 7.53 3.93 1.17 -
YUV 39.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 117 4 23 0 0.97 0.80 0.54 349.91 0.93 0.24
Hex 75 4 17 0 61 50 36 15E 5D 18
Octal 165 4 27 0 141 120 66 536 135 30
Binary 1110101 100 10111 0 1100001 1010000 110110 101011110 1011101 11000

Color Harmonies of #750417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750417

Black with #750417

Text Example


Text Example

White with #750417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750417; }

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

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

background-color css

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

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

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

border-color css

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

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

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