Html Css Color HEX #750324 Burgundy

📋 copy color: '#750324'

red 117 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #750324

Tints of Burgundy #750324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 75%
G = 1.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#750324 (or 0x750324) is known color: Burgundy. HEX triplet: 75, 03 and 24. RGB value is (117,3,36). Sum of RGB (Red+Green+Blue) = 117+3+36=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750324 is #8AFCDB. Grayscale: #282828. Windows color (decimal): -9108700 or 2360181. OLE color: 2360181.

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

Color convert

RGB 117 3 36 -
CMYK 0 0.97 0.69 0.54
HSL 342.63º 0.95% 0.24% -
HSV(B) 342.63º 0.97% 0.46% -
XYZ 7.69 3.97 2.03 -
YUV 40.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 117 3 36 0 0.97 0.69 0.54 342.63 0.95 0.24
Hex 75 3 24 0 61 45 36 157 5F 18
Octal 165 3 44 0 141 105 66 527 137 30
Binary 1110101 11 100100 0 1100001 1000101 110110 101010111 1011111 11000

Color Harmonies of #750324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750324

Black with #750324

Text Example


Text Example

White with #750324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750324; }

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

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

background-color css

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

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

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

border-color css

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

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

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