Html Css Color HEX #750322 Burgundy

📋 copy color: '#750322'

red 117 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #750322

Tints of Burgundy #750322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 75.97%
G = 1.95%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#750322 (or 0x750322) is known color: Burgundy. HEX triplet: 75, 03 and 22. RGB value is (117,3,34). Sum of RGB (Red+Green+Blue) = 117+3+34=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750322 is #8AFCDD. Grayscale: #282828. Windows color (decimal): -9108702 or 2229109. OLE color: 2229109.

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

Color convert

RGB 117 3 34 -
CMYK 0 0.97 0.71 0.54
HSL 343.68º 0.95% 0.24% -
HSV(B) 343.68º 0.97% 0.46% -
XYZ 7.66 3.96 1.87 -
YUV 40.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 117 3 34 0 0.97 0.71 0.54 343.68 0.95 0.24
Hex 75 3 22 0 61 47 36 158 5F 18
Octal 165 3 42 0 141 107 66 530 137 30
Binary 1110101 11 100010 0 1100001 1000111 110110 101011000 1011111 11000

Color Harmonies of #750322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750322

Black with #750322

Text Example


Text Example

White with #750322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750322; }

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

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

background-color css

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

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

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

border-color css

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

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

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