Html Css Color HEX #750320 Burgundy

📋 copy color: '#750320'

red 117 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #750320

Tints of Burgundy #750320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 76.97%
G = 1.97%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750320 (or 0x750320) is known color: Burgundy. HEX triplet: 75, 03 and 20. RGB value is (117,3,32). Sum of RGB (Red+Green+Blue) = 117+3+32=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #750320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750320 is #8AFCDF. Grayscale: #282828. Windows color (decimal): -9108704 or 2098037. OLE color: 2098037.

HSL color Cylindrical-coordinate representation of color #750320: hue angle of 344.74º 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 #750320 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 32 -
CMYK 0 0.97 0.73 0.54
HSL 344.74º 0.95% 0.24% -
HSV(B) 344.74º 0.97% 0.46% -
XYZ 7.63 3.95 1.73 -
YUV 40.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 117 3 32 0 0.97 0.73 0.54 344.74 0.95 0.24
Hex 75 3 20 0 61 49 36 159 5F 18
Octal 165 3 40 0 141 111 66 531 137 30
Binary 1110101 11 100000 0 1100001 1001001 110110 101011001 1011111 11000

Color Harmonies of #750320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750320

Black with #750320

Text Example


Text Example

White with #750320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750320; }

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

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

background-color css

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

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

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

border-color css

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

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

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