Html Css Color HEX #750128 Burgundy

📋 copy color: '#750128'

red 117 ◦ green 1 ◦ blue 40

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

Shades of Burgundy #750128

Tints of Burgundy #750128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 74.05%
G = 0.63%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750128 (or 0x750128) is known color: Burgundy. HEX triplet: 75, 01 and 28. RGB value is (117,1,40). Sum of RGB (Red+Green+Blue) = 117+1+40=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750128 is #8AFED7. Grayscale: #282828. Windows color (decimal): -9109208 or 2621813. OLE color: 2621813.

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

Color convert

RGB 117 1 40 -
CMYK 0 0.99 0.66 0.54
HSL 339.83º 0.98% 0.23% -
HSV(B) 339.83º 0.99% 0.46% -
XYZ 7.73 3.96 2.36 -
YUV 40.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 117 1 40 0 0.99 0.66 0.54 339.83 0.98 0.23
Hex 75 1 28 0 63 42 36 154 62 17
Octal 165 1 50 0 143 102 66 524 142 27
Binary 1110101 1 101000 0 1100011 1000010 110110 101010100 1100010 10111

Color Harmonies of #750128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750128

Black with #750128

Text Example


Text Example

White with #750128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750128; }

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

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

background-color css

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

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

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

border-color css

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

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

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