Html Css Color HEX #750329 Burgundy

📋 copy color: '#750329'

red 117 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #750329

Tints of Burgundy #750329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 72.67%
G = 1.86%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#750329 (or 0x750329) is known color: Burgundy. HEX triplet: 75, 03 and 29. RGB value is (117,3,41). Sum of RGB (Red+Green+Blue) = 117+3+41=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750329 is #8AFCD6. Grayscale: #292929. Windows color (decimal): -9108695 or 2687861. OLE color: 2687861.

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

Color convert

RGB 117 3 41 -
CMYK 0 0.97 0.65 0.54
HSL 340º 0.95% 0.24% -
HSV(B) 340º 0.97% 0.46% -
XYZ 7.77 4.01 2.46 -
YUV 41.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 117 3 41 0 0.97 0.65 0.54 340 0.95 0.24
Hex 75 3 29 0 61 41 36 154 5F 18
Octal 165 3 51 0 141 101 66 524 137 30
Binary 1110101 11 101001 0 1100001 1000001 110110 101010100 1011111 11000

Color Harmonies of #750329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750329

Black with #750329

Text Example


Text Example

White with #750329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750329; }

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

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

background-color css

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

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

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

border-color css

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

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

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