Html Css Color HEX #750730 Burgundy

📋 copy color: '#750730'

red 117 ◦ green 7 ◦ blue 48

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

Shades of Burgundy #750730

Tints of Burgundy #750730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 68.02%
G = 4.07%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#750730 (or 0x750730) is known color: Burgundy. HEX triplet: 75, 07 and 30. RGB value is (117,7,48). Sum of RGB (Red+Green+Blue) = 117+7+48=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750730 is #8AF8CF. Grayscale: #2C2C2C. Windows color (decimal): -9107664 or 3147637. OLE color: 3147637.

HSL color Cylindrical-coordinate representation of color #750730: hue angle of 337.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750730 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 48 -
CMYK 0 0.94 0.59 0.54
HSL 337.64º 0.89% 0.24% -
HSV(B) 337.64º 0.94% 0.46% -
XYZ 7.95 4.15 3.18 -
YUV 44.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 117 7 48 0 0.94 0.59 0.54 337.64 0.89 0.24
Hex 75 7 30 0 5E 3B 36 152 59 18
Octal 165 7 60 0 136 73 66 522 131 30
Binary 1110101 111 110000 0 1011110 111011 110110 101010010 1011001 11000

Color Harmonies of #750730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750730

Black with #750730

Text Example


Text Example

White with #750730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750730; }

 p { color: rgb(117,7,48); }

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

background-color css

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

 a { background-color: rgb(117,7,48); }

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

border-color css

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

 span { border-color: rgb(117,7,48); }

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