Html Css Color HEX #91013E Burgundy

📋 copy color: '#91013E'

red 145 ◦ green 1 ◦ blue 62

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

Shades of Burgundy #91013E

Tints of Burgundy #91013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 69.71%
G = 0.48%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#91013E (or 0x91013E) is known color: Burgundy. HEX triplet: 91, 01 and 3E. RGB value is (145,1,62). Sum of RGB (Red+Green+Blue) = 145+1+62=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91013E is #6EFEC1. Grayscale: #323232. Windows color (decimal): -7274178 or 4063633. OLE color: 4063633.

HSL color Cylindrical-coordinate representation of color #91013E: hue angle of 334.58º 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 #91013E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 62 -
CMYK 0 0.99 0.57 0.43
HSL 334.58º 0.99% 0.29% -
HSV(B) 334.58º 0.99% 0.57% -
XYZ 12.56 6.39 5.13 -
YUV 51.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 145 1 62 0 0.99 0.57 0.43 334.58 0.99 0.29
Hex 91 1 3E 0 63 39 2B 14F 63 1D
Octal 221 1 76 0 143 71 53 517 143 35
Binary 10010001 1 111110 0 1100011 111001 101011 101001111 1100011 11101

Color Harmonies of #91013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91013E

Black with #91013E

Text Example


Text Example

White with #91013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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