Html Css Color HEX #750219 Burgundy

📋 copy color: '#750219'

red 117 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #750219

Tints of Burgundy #750219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 81.25%
G = 1.39%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750219 (or 0x750219) is known color: Burgundy. HEX triplet: 75, 02 and 19. RGB value is (117,2,25). Sum of RGB (Red+Green+Blue) = 117+2+25=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750219 is #8AFDE6. Grayscale: #272727. Windows color (decimal): -9108967 or 1639029. OLE color: 1639029.

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

Color convert

RGB 117 2 25 -
CMYK 0 0.98 0.79 0.54
HSL 348º 0.97% 0.23% -
HSV(B) 348º 0.98% 0.46% -
XYZ 7.53 3.9 1.27 -
YUV 39.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 117 2 25 0 0.98 0.79 0.54 348 0.97 0.23
Hex 75 2 19 0 62 4F 36 15C 61 17
Octal 165 2 31 0 142 117 66 534 141 27
Binary 1110101 10 11001 0 1100010 1001111 110110 101011100 1100001 10111

Color Harmonies of #750219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750219

Black with #750219

Text Example


Text Example

White with #750219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750219; }

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

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

background-color css

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

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

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

border-color css

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

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

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