Html Css Color HEX #760E22 Burgundy

📋 copy color: '#760E22'

red 118 ◦ green 14 ◦ blue 34

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

Shades of Burgundy #760E22

Tints of Burgundy #760E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 71.08%
G = 8.43%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#760E22 (or 0x760E22) is known color: Burgundy. HEX triplet: 76, 0E and 22. RGB value is (118,14,34). Sum of RGB (Red+Green+Blue) = 118+14+34=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #760E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E22 is #89F1DD. Grayscale: #2F2F2F. Windows color (decimal): -9040350 or 2231926. OLE color: 2231926.

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

Color convert

RGB 118 14 34 -
CMYK 0 0.88 0.71 0.54
HSL 348.46º 0.79% 0.26% -
HSV(B) 348.46º 0.88% 0.46% -
XYZ 7.92 4.28 1.92 -
YUV 47.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 118 14 34 0 0.88 0.71 0.54 348.46 0.79 0.26
Hex 76 E 22 0 58 47 36 15C 4F 1A
Octal 166 16 42 0 130 107 66 534 117 32
Binary 1110110 1110 100010 0 1011000 1000111 110110 101011100 1001111 11010

Color Harmonies of #760E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E22

Black with #760E22

Text Example


Text Example

White with #760E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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