Html Css Color HEX #910139 Burgundy

📋 copy color: '#910139'

red 145 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #910139

Tints of Burgundy #910139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 71.43%
G = 0.49%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910139 (or 0x910139) is known color: Burgundy. HEX triplet: 91, 01 and 39. RGB value is (145,1,57). Sum of RGB (Red+Green+Blue) = 145+1+57=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910139 is #6EFEC6. Grayscale: #323232. Windows color (decimal): -7274183 or 3735953. OLE color: 3735953.

HSL color Cylindrical-coordinate representation of color #910139: hue angle of 336.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910139 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 57 -
CMYK 0 0.99 0.61 0.43
HSL 336.67º 0.99% 0.29% -
HSV(B) 336.67º 0.99% 0.57% -
XYZ 12.43 6.34 4.44 -
YUV 50.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 145 1 57 0 0.99 0.61 0.43 336.67 0.99 0.29
Hex 91 1 39 0 63 3D 2B 151 63 1D
Octal 221 1 71 0 143 75 53 521 143 35
Binary 10010001 1 111001 0 1100011 111101 101011 101010001 1100011 11101

Color Harmonies of #910139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910139

Black with #910139

Text Example


Text Example

White with #910139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910139; }

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

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

background-color css

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

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

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

border-color css

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

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

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