Html Css Color HEX #750628 Burgundy

📋 copy color: '#750628'

red 117 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #750628

Tints of Burgundy #750628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

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

R = 71.78%
G = 3.68%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750628 (or 0x750628) is known color: Burgundy. HEX triplet: 75, 06 and 28. RGB value is (117,6,40). Sum of RGB (Red+Green+Blue) = 117+6+40=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #750628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750628 is #8AF9D7. Grayscale: #2B2B2B. Windows color (decimal): -9107928 or 2623093. OLE color: 2623093.

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

Color convert

RGB 117 6 40 -
CMYK 0 0.95 0.66 0.54
HSL 341.62º 0.9% 0.24% -
HSV(B) 341.62º 0.95% 0.46% -
XYZ 7.78 4.07 2.38 -
YUV 43.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 117 6 40 0 0.95 0.66 0.54 341.62 0.9 0.24
Hex 75 6 28 0 5F 42 36 156 5A 18
Octal 165 6 50 0 137 102 66 526 132 30
Binary 1110101 110 101000 0 1011111 1000010 110110 101010110 1011010 11000

Color Harmonies of #750628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750628

Black with #750628

Text Example


Text Example

White with #750628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750628; }

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

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

background-color css

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

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

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

border-color css

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

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

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