Html Css Color HEX #750119 Burgundy

📋 copy color: '#750119'

red 117 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #750119

Tints of Burgundy #750119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 81.82%
G = 0.7%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750119 (or 0x750119) is known color: Burgundy. HEX triplet: 75, 01 and 19. RGB value is (117,1,25). Sum of RGB (Red+Green+Blue) = 117+1+25=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750119 is #8AFEE6. Grayscale: #262626. Windows color (decimal): -9109223 or 1638773. OLE color: 1638773.

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

Color convert

RGB 117 1 25 -
CMYK 0 0.99 0.79 0.54
HSL 347.59º 0.98% 0.23% -
HSV(B) 347.59º 0.99% 0.46% -
XYZ 7.52 3.87 1.27 -
YUV 38.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 117 1 25 0 0.99 0.79 0.54 347.59 0.98 0.23
Hex 75 1 19 0 63 4F 36 15C 62 17
Octal 165 1 31 0 143 117 66 534 142 27
Binary 1110101 1 11001 0 1100011 1001111 110110 101011100 1100010 10111

Color Harmonies of #750119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750119

Black with #750119

Text Example


Text Example

White with #750119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750119; }

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

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

background-color css

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

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

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

border-color css

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

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

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