Html Css Color HEX #750418 Burgundy

📋 copy color: '#750418'

red 117 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #750418

Tints of Burgundy #750418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 80.69%
G = 2.76%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750418 (or 0x750418) is known color: Burgundy. HEX triplet: 75, 04 and 18. RGB value is (117,4,24). Sum of RGB (Red+Green+Blue) = 117+4+24=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750418 is #8AFBE7. Grayscale: #282828. Windows color (decimal): -9108456 or 1574005. OLE color: 1574005.

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

Color convert

RGB 117 4 24 -
CMYK 0 0.97 0.79 0.54
HSL 349.38º 0.93% 0.24% -
HSV(B) 349.38º 0.97% 0.46% -
XYZ 7.54 3.93 1.23 -
YUV 40.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 117 4 24 0 0.97 0.79 0.54 349.38 0.93 0.24
Hex 75 4 18 0 61 4F 36 15D 5D 18
Octal 165 4 30 0 141 117 66 535 135 30
Binary 1110101 100 11000 0 1100001 1001111 110110 101011101 1011101 11000

Color Harmonies of #750418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750418

Black with #750418

Text Example


Text Example

White with #750418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750418; }

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

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

background-color css

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

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

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

border-color css

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

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

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