Html Css Color HEX #760227 Burgundy

📋 copy color: '#760227'

red 118 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #760227

Tints of Burgundy #760227

RGB

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

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

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

R = 74.21%
G = 1.26%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#760227 (or 0x760227) is known color: Burgundy. HEX triplet: 76, 02 and 27. RGB value is (118,2,39). Sum of RGB (Red+Green+Blue) = 118+2+39=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760227 is #89FDD8. Grayscale: #282828. Windows color (decimal): -9043417 or 2556534. OLE color: 2556534.

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

Color convert

RGB 118 2 39 -
CMYK 0 0.98 0.67 0.54
HSL 340.86º 0.97% 0.24% -
HSV(B) 340.86º 0.98% 0.46% -
XYZ 7.86 4.04 2.29 -
YUV 40.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 118 2 39 0 0.98 0.67 0.54 340.86 0.97 0.24
Hex 76 2 27 0 62 43 36 155 61 18
Octal 166 2 47 0 142 103 66 525 141 30
Binary 1110110 10 100111 0 1100010 1000011 110110 101010101 1100001 11000

Color Harmonies of #760227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760227

Black with #760227

Text Example


Text Example

White with #760227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760227; }

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

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

background-color css

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

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

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

border-color css

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

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

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