Html Css Color HEX #760E28 Burgundy

📋 copy color: '#760E28'

red 118 ◦ green 14 ◦ blue 40

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

Shades of Burgundy #760E28

Tints of Burgundy #760E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 68.6%
G = 8.14%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#760E28 (or 0x760E28) is known color: Burgundy. HEX triplet: 76, 0E and 28. RGB value is (118,14,40). Sum of RGB (Red+Green+Blue) = 118+14+40=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #760E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E28 is #89F1D7. Grayscale: #303030. Windows color (decimal): -9040344 or 2625142. OLE color: 2625142.

HSL color Cylindrical-coordinate representation of color #760E28: hue angle of 345º 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 #760E28 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 40 -
CMYK 0 0.88 0.66 0.54
HSL 345º 0.79% 0.26% -
HSV(B) 345º 0.88% 0.46% -
XYZ 8.01 4.32 2.42 -
YUV 48.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 118 14 40 0 0.88 0.66 0.54 345 0.79 0.26
Hex 76 E 28 0 58 42 36 159 4F 1A
Octal 166 16 50 0 130 102 66 531 117 32
Binary 1110110 1110 101000 0 1011000 1000010 110110 101011001 1001111 11010

Color Harmonies of #760E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E28

Black with #760E28

Text Example


Text Example

White with #760E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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