Html Css Color HEX #750121 Burgundy

📋 copy color: '#750121'

red 117 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #750121

Tints of Burgundy #750121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 77.48%
G = 0.66%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#750121 (or 0x750121) is known color: Burgundy. HEX triplet: 75, 01 and 21. RGB value is (117,1,33). Sum of RGB (Red+Green+Blue) = 117+1+33=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750121 is #8AFEDE. Grayscale: #272727. Windows color (decimal): -9109215 or 2163061. OLE color: 2163061.

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

Color convert

RGB 117 1 33 -
CMYK 0 0.99 0.72 0.54
HSL 343.45º 0.98% 0.23% -
HSV(B) 343.45º 0.99% 0.46% -
XYZ 7.62 3.91 1.79 -
YUV 39.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 117 1 33 0 0.99 0.72 0.54 343.45 0.98 0.23
Hex 75 1 21 0 63 48 36 157 62 17
Octal 165 1 41 0 143 110 66 527 142 27
Binary 1110101 1 100001 0 1100011 1001000 110110 101010111 1100010 10111

Color Harmonies of #750121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750121

Black with #750121

Text Example


Text Example

White with #750121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750121; }

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

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

background-color css

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

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

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

border-color css

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

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

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