Html Css Color HEX #760E27 Burgundy

📋 copy color: '#760E27'

red 118 ◦ green 14 ◦ blue 39

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

Shades of Burgundy #760E27

Tints of Burgundy #760E27

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.19%

 BLUE value IS 39 (15.63% from 255) = 22.81%

R = 69.01%
G = 8.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#760E27 (or 0x760E27) is known color: Burgundy. HEX triplet: 76, 0E and 27. RGB value is (118,14,39). Sum of RGB (Red+Green+Blue) = 118+14+39=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E27 is #89F1D8. Grayscale: #2F2F2F. Windows color (decimal): -9040345 or 2559606. OLE color: 2559606.

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

Color convert

RGB 118 14 39 -
CMYK 0 0.88 0.67 0.54
HSL 345.58º 0.79% 0.26% -
HSV(B) 345.58º 0.88% 0.46% -
XYZ 7.99 4.31 2.33 -
YUV 47.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 118 14 39 0 0.88 0.67 0.54 345.58 0.79 0.26
Hex 76 E 27 0 58 43 36 15A 4F 1A
Octal 166 16 47 0 130 103 66 532 117 32
Binary 1110110 1110 100111 0 1011000 1000011 110110 101011010 1001111 11010

Color Harmonies of #760E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E27

Black with #760E27

Text Example


Text Example

White with #760E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E27; }

 p { color: rgb(118,14,39); }

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

background-color css

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

 a { background-color: rgb(118,14,39); }

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

border-color css

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

 span { border-color: rgb(118,14,39); }

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