Html Css Color HEX #750019 Burgundy

📋 copy color: '#750019'

red 117 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #750019

Tints of Burgundy #750019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 82.39%
G = 0%
B = 17.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750019 (or 0x750019) is known color: Burgundy. HEX triplet: 75, 00 and 19. RGB value is (117,0,25). Sum of RGB (Red+Green+Blue) = 117+0+25=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750019 is #8AFFE6. Grayscale: #252525. Windows color (decimal): -9109479 or 1638517. OLE color: 1638517.

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

Color convert

RGB 117 0 25 -
CMYK 0 1 0.79 0.54
HSL 347.18º 1% 0.23% -
HSV(B) 347.18º 1% 0.46% -
XYZ 7.51 3.85 1.27 -
YUV 37.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 117 0 25 0 1 0.79 0.54 347.18 1 0.23
Hex 75 0 19 0 64 4F 36 15B 64 17
Octal 165 0 31 0 144 117 66 533 144 27
Binary 1110101 0 11001 0 1100100 1001111 110110 101011011 1100100 10111

Color Harmonies of #750019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750019

Black with #750019

Text Example


Text Example

White with #750019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750019; }

 p { color: rgb(117,0,25); }

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

background-color css

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

 a { background-color: rgb(117,0,25); }

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

border-color css

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

 span { border-color: rgb(117,0,25); }

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