Html Css Color HEX #750928 Burgundy

📋 copy color: '#750928'

red 117 ◦ green 9 ◦ blue 40

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

Shades of Burgundy #750928

Tints of Burgundy #750928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 40 (16.02% from 255) = 24.1%

R = 70.48%
G = 5.42%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750928 (or 0x750928) is known color: Burgundy. HEX triplet: 75, 09 and 28. RGB value is (117,9,40). Sum of RGB (Red+Green+Blue) = 117+9+40=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #750928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750928 is #8AF6D7. Grayscale: #2C2C2C. Windows color (decimal): -9107160 or 2623861. OLE color: 2623861.

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

Color convert

RGB 117 9 40 -
CMYK 0 0.92 0.66 0.54
HSL 342.78º 0.86% 0.25% -
HSV(B) 342.78º 0.92% 0.46% -
XYZ 7.82 4.13 2.39 -
YUV 44.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 117 9 40 0 0.92 0.66 0.54 342.78 0.86 0.25
Hex 75 9 28 0 5C 42 36 157 56 19
Octal 165 11 50 0 134 102 66 527 126 31
Binary 1110101 1001 101000 0 1011100 1000010 110110 101010111 1010110 11001

Color Harmonies of #750928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750928

Black with #750928

Text Example


Text Example

White with #750928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750928; }

 p { color: rgb(117,9,40); }

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

background-color css

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

 a { background-color: rgb(117,9,40); }

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

border-color css

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

 span { border-color: rgb(117,9,40); }

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