Html Css Color HEX #750221 Burgundy

📋 copy color: '#750221'

red 117 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #750221

Tints of Burgundy #750221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 76.97%
G = 1.32%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#750221 (or 0x750221) is known color: Burgundy. HEX triplet: 75, 02 and 21. RGB value is (117,2,33). Sum of RGB (Red+Green+Blue) = 117+2+33=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #750221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750221 is #8AFDDE. Grayscale: #272727. Windows color (decimal): -9108959 or 2163317. OLE color: 2163317.

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

Color convert

RGB 117 2 33 -
CMYK 0 0.98 0.72 0.54
HSL 343.83º 0.97% 0.23% -
HSV(B) 343.83º 0.98% 0.46% -
XYZ 7.63 3.94 1.8 -
YUV 39.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 117 2 33 0 0.98 0.72 0.54 343.83 0.97 0.23
Hex 75 2 21 0 62 48 36 158 61 17
Octal 165 2 41 0 142 110 66 530 141 27
Binary 1110101 10 100001 0 1100010 1001000 110110 101011000 1100001 10111

Color Harmonies of #750221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750221

Black with #750221

Text Example


Text Example

White with #750221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750221; }

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

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

background-color css

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

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

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

border-color css

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

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

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