Html Css Color HEX #910E39 Burgundy

📋 copy color: '#910E39'

red 145 ◦ green 14 ◦ blue 57

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

Shades of Burgundy #910E39

Tints of Burgundy #910E39

RGB

 RED value IS 145 (57.03% from 255) = 67.13%

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

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 67.13%
G = 6.48%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910E39 (or 0x910E39) is known color: Burgundy. HEX triplet: 91, 0E and 39. RGB value is (145,14,57). Sum of RGB (Red+Green+Blue) = 145+14+57=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #910E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E39 is #6EF1C6. Grayscale: #3A3A3A. Windows color (decimal): -7270855 or 3739281. OLE color: 3739281.

HSL color Cylindrical-coordinate representation of color #910E39: hue angle of 340.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E39 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 14 57 -
CMYK 0 0.90 0.61 0.43
HSL 340.31º 0.82% 0.31% -
HSV(B) 340.31º 0.9% 0.57% -
XYZ 12.57 6.63 4.49 -
YUV 58.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 145 14 57 0 0.90 0.61 0.43 340.31 0.82 0.31
Hex 91 E 39 0 5A 3D 2B 154 52 1F
Octal 221 16 71 0 132 75 53 524 122 37
Binary 10010001 1110 111001 0 1011010 111101 101011 101010100 1010010 11111

Color Harmonies of #910E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E39

Black with #910E39

Text Example


Text Example

White with #910E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910E39; }

 p { color: rgb(145,14,57); }

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

background-color css

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

 a { background-color: rgb(145,14,57); }

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

border-color css

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

 span { border-color: rgb(145,14,57); }

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