Html Css Color HEX #750624 Burgundy

📋 copy color: '#750624'

red 117 ◦ green 6 ◦ blue 36

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

Shades of Burgundy #750624

Tints of Burgundy #750624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 73.58%
G = 3.77%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#750624 (or 0x750624) is known color: Burgundy. HEX triplet: 75, 06 and 24. RGB value is (117,6,36). Sum of RGB (Red+Green+Blue) = 117+6+36=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #750624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750624 is #8AF9DB. Grayscale: #2A2A2A. Windows color (decimal): -9107932 or 2360949. OLE color: 2360949.

HSL color Cylindrical-coordinate representation of color #750624: hue angle of 343.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750624 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 36 -
CMYK 0 0.95 0.69 0.54
HSL 343.78º 0.9% 0.24% -
HSV(B) 343.78º 0.95% 0.46% -
XYZ 7.72 4.04 2.04 -
YUV 42.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 117 6 36 0 0.95 0.69 0.54 343.78 0.9 0.24
Hex 75 6 24 0 5F 45 36 158 5A 18
Octal 165 6 44 0 137 105 66 530 132 30
Binary 1110101 110 100100 0 1011111 1000101 110110 101011000 1011010 11000

Color Harmonies of #750624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750624

Black with #750624

Text Example


Text Example

White with #750624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750624; }

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

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

background-color css

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

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

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

border-color css

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

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

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