Html Css Color HEX #750818 Burgundy

📋 copy color: '#750818'

red 117 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #750818

Tints of Burgundy #750818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 78.52%
G = 5.37%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750818 (or 0x750818) is known color: Burgundy. HEX triplet: 75, 08 and 18. RGB value is (117,8,24). Sum of RGB (Red+Green+Blue) = 117+8+24=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #750818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750818 is #8AF7E7. Grayscale: #2A2A2A. Windows color (decimal): -9107432 or 1575029. OLE color: 1575029.

HSL color Cylindrical-coordinate representation of color #750818: hue angle of 351.19º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750818 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 24 -
CMYK 0 0.93 0.79 0.54
HSL 351.19º 0.87% 0.25% -
HSV(B) 351.19º 0.93% 0.46% -
XYZ 7.59 4.02 1.24 -
YUV 42.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 117 8 24 0 0.93 0.79 0.54 351.19 0.87 0.25
Hex 75 8 18 0 5D 4F 36 15F 57 19
Octal 165 10 30 0 135 117 66 537 127 31
Binary 1110101 1000 11000 0 1011101 1001111 110110 101011111 1010111 11001

Color Harmonies of #750818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750818

Black with #750818

Text Example


Text Example

White with #750818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750818; }

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

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

background-color css

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

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

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

border-color css

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

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

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