Html Css Color HEX #750323 Burgundy

📋 copy color: '#750323'

red 117 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #750323

Tints of Burgundy #750323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 75.48%
G = 1.94%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#750323 (or 0x750323) is known color: Burgundy. HEX triplet: 75, 03 and 23. RGB value is (117,3,35). Sum of RGB (Red+Green+Blue) = 117+3+35=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750323 is #8AFCDC. Grayscale: #282828. Windows color (decimal): -9108701 or 2294645. OLE color: 2294645.

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

Color convert

RGB 117 3 35 -
CMYK 0 0.97 0.70 0.54
HSL 343.16º 0.95% 0.24% -
HSV(B) 343.16º 0.97% 0.46% -
XYZ 7.67 3.97 1.95 -
YUV 40.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 117 3 35 0 0.97 0.70 0.54 343.16 0.95 0.24
Hex 75 3 23 0 61 46 36 157 5F 18
Octal 165 3 43 0 141 106 66 527 137 30
Binary 1110101 11 100011 0 1100001 1000110 110110 101010111 1011111 11000

Color Harmonies of #750323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750323

Black with #750323

Text Example


Text Example

White with #750323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750323; }

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

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

background-color css

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

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

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

border-color css

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

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

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