Html Css Color HEX #760214 Burgundy

📋 copy color: '#760214'

red 118 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #760214

Tints of Burgundy #760214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 84.29%
G = 1.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#760214 (or 0x760214) is known color: Burgundy. HEX triplet: 76, 02 and 14. RGB value is (118,2,20). Sum of RGB (Red+Green+Blue) = 118+2+20=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760214 is #89FDEB. Grayscale: #262626. Windows color (decimal): -9043436 or 1311350. OLE color: 1311350.

HSL color Cylindrical-coordinate representation of color #760214: hue angle of 350.69º 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 #760214 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 20 -
CMYK 0 0.98 0.83 0.54
HSL 350.69º 0.97% 0.24% -
HSV(B) 350.69º 0.98% 0.46% -
XYZ 7.62 3.95 1.02 -
YUV 38.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 118 2 20 0 0.98 0.83 0.54 350.69 0.97 0.24
Hex 76 2 14 0 62 53 36 15F 61 18
Octal 166 2 24 0 142 123 66 537 141 30
Binary 1110110 10 10100 0 1100010 1010011 110110 101011111 1100001 11000

Color Harmonies of #760214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760214

Black with #760214

Text Example


Text Example

White with #760214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760214; }

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

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

background-color css

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

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

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

border-color css

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

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

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