Html Css Color HEX #750321 Burgundy

📋 copy color: '#750321'

red 117 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #750321

Tints of Burgundy #750321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 76.47%
G = 1.96%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#750321 (or 0x750321) is known color: Burgundy. HEX triplet: 75, 03 and 21. RGB value is (117,3,33). Sum of RGB (Red+Green+Blue) = 117+3+33=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #750321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750321 is #8AFCDE. Grayscale: #282828. Windows color (decimal): -9108703 or 2163573. OLE color: 2163573.

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

Color convert

RGB 117 3 33 -
CMYK 0 0.97 0.72 0.54
HSL 344.21º 0.95% 0.24% -
HSV(B) 344.21º 0.97% 0.46% -
XYZ 7.64 3.96 1.8 -
YUV 40.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 117 3 33 0 0.97 0.72 0.54 344.21 0.95 0.24
Hex 75 3 21 0 61 48 36 158 5F 18
Octal 165 3 41 0 141 110 66 530 137 30
Binary 1110101 11 100001 0 1100001 1001000 110110 101011000 1011111 11000

Color Harmonies of #750321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750321

Black with #750321

Text Example


Text Example

White with #750321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750321; }

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

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

background-color css

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

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

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

border-color css

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

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

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