Html Css Color HEX #750829 Burgundy

📋 copy color: '#750829'

red 117 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #750829

Tints of Burgundy #750829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 70.48%
G = 4.82%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#750829 (or 0x750829) is known color: Burgundy. HEX triplet: 75, 08 and 29. RGB value is (117,8,41). Sum of RGB (Red+Green+Blue) = 117+8+41=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #750829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750829 is #8AF7D6. Grayscale: #2C2C2C. Windows color (decimal): -9107415 or 2689141. OLE color: 2689141.

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

Color convert

RGB 117 8 41 -
CMYK 0 0.93 0.65 0.54
HSL 341.83º 0.87% 0.25% -
HSV(B) 341.83º 0.93% 0.46% -
XYZ 7.82 4.12 2.48 -
YUV 44.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 117 8 41 0 0.93 0.65 0.54 341.83 0.87 0.25
Hex 75 8 29 0 5D 41 36 156 57 19
Octal 165 10 51 0 135 101 66 526 127 31
Binary 1110101 1000 101001 0 1011101 1000001 110110 101010110 1010111 11001

Color Harmonies of #750829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750829

Black with #750829

Text Example


Text Example

White with #750829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750829; }

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

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

background-color css

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

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

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

border-color css

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

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

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