Html Css Color HEX #760219 Burgundy

📋 copy color: '#760219'

red 118 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #760219

Tints of Burgundy #760219

RGB

 RED value IS 118 (46.48% from 255) = 81.38%

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

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

R = 81.38%
G = 1.38%
B = 17.24%

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

#760219 (or 0x760219) is known color: Burgundy. HEX triplet: 76, 02 and 19. RGB value is (118,2,25). Sum of RGB (Red+Green+Blue) = 118+2+25=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #760219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760219 is #89FDE6. Grayscale: #272727. Windows color (decimal): -9043431 or 1639030. OLE color: 1639030.

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

Color convert

RGB 118 2 25 -
CMYK 0 0.98 0.79 0.54
HSL 348.1º 0.97% 0.24% -
HSV(B) 348.1º 0.98% 0.46% -
XYZ 7.67 3.97 1.28 -
YUV 39.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 118 2 25 0 0.98 0.79 0.54 348.1 0.97 0.24
Hex 76 2 19 0 62 4F 36 15C 61 18
Octal 166 2 31 0 142 117 66 534 141 30
Binary 1110110 10 11001 0 1100010 1001111 110110 101011100 1100001 11000

Color Harmonies of #760219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760219

Black with #760219

Text Example


Text Example

White with #760219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760219; }

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

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

background-color css

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

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

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

border-color css

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

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

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