Html Css Color HEX #750028 Burgundy

📋 copy color: '#750028'

red 117 ◦ green 0 ◦ blue 40

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

Shades of Burgundy #750028

Tints of Burgundy #750028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.52%
G = 0%
B = 25.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750028 (or 0x750028) is known color: Burgundy. HEX triplet: 75, 00 and 28. RGB value is (117,0,40). Sum of RGB (Red+Green+Blue) = 117+0+40=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750028 is #8AFFD7. Grayscale: #272727. Windows color (decimal): -9109464 or 2621557. OLE color: 2621557.

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

Color convert

RGB 117 0 40 -
CMYK 0 1 0.66 0.54
HSL 339.49º 1% 0.23% -
HSV(B) 339.49º 1% 0.46% -
XYZ 7.72 3.94 2.36 -
YUV 39.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 117 0 40 0 1 0.66 0.54 339.49 1 0.23
Hex 75 0 28 0 64 42 36 153 64 17
Octal 165 0 50 0 144 102 66 523 144 27
Binary 1110101 0 101000 0 1100100 1000010 110110 101010011 1100100 10111

Color Harmonies of #750028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750028

Black with #750028

Text Example


Text Example

White with #750028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750028; }

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

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

background-color css

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

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

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

border-color css

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

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

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