Html Css Color HEX #750328 Burgundy

📋 copy color: '#750328'

red 117 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #750328

Tints of Burgundy #750328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 73.13%
G = 1.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750328 (or 0x750328) is known color: Burgundy. HEX triplet: 75, 03 and 28. RGB value is (117,3,40). Sum of RGB (Red+Green+Blue) = 117+3+40=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750328 is #8AFCD7. Grayscale: #292929. Windows color (decimal): -9108696 or 2622325. OLE color: 2622325.

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

Color convert

RGB 117 3 40 -
CMYK 0 0.97 0.66 0.54
HSL 340.53º 0.95% 0.24% -
HSV(B) 340.53º 0.97% 0.46% -
XYZ 7.75 4 2.37 -
YUV 41.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 117 3 40 0 0.97 0.66 0.54 340.53 0.95 0.24
Hex 75 3 28 0 61 42 36 155 5F 18
Octal 165 3 50 0 141 102 66 525 137 30
Binary 1110101 11 101000 0 1100001 1000010 110110 101010101 1011111 11000

Color Harmonies of #750328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750328

Black with #750328

Text Example


Text Example

White with #750328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750328; }

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

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

background-color css

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

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

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

border-color css

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

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

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