Html Css Color HEX #750229 Burgundy

📋 copy color: '#750229'

red 117 ◦ green 2 ◦ blue 41

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

Shades of Burgundy #750229

Tints of Burgundy #750229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

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

R = 73.13%
G = 1.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#750229 (or 0x750229) is known color: Burgundy. HEX triplet: 75, 02 and 29. RGB value is (117,2,41). Sum of RGB (Red+Green+Blue) = 117+2+41=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750229 is #8AFDD6. Grayscale: #282828. Windows color (decimal): -9108951 or 2687605. OLE color: 2687605.

HSL color Cylindrical-coordinate representation of color #750229: hue angle of 339.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750229 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 41 -
CMYK 0 0.98 0.65 0.54
HSL 339.65º 0.97% 0.23% -
HSV(B) 339.65º 0.98% 0.46% -
XYZ 7.76 3.99 2.46 -
YUV 40.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 117 2 41 0 0.98 0.65 0.54 339.65 0.97 0.23
Hex 75 2 29 0 62 41 36 154 61 17
Octal 165 2 51 0 142 101 66 524 141 27
Binary 1110101 10 101001 0 1100010 1000001 110110 101010100 1100001 10111

Color Harmonies of #750229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750229

Black with #750229

Text Example


Text Example

White with #750229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750229; }

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

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

background-color css

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

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

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

border-color css

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

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

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