Html Css Color HEX #910036 Burgundy

📋 copy color: '#910036'

red 145 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #910036

Tints of Burgundy #910036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 72.86%
G = 0%
B = 27.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910036 (or 0x910036) is known color: Burgundy. HEX triplet: 91, 00 and 36. RGB value is (145,0,54). Sum of RGB (Red+Green+Blue) = 145+0+54=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910036 is #6EFFC9. Grayscale: #313131. Windows color (decimal): -7274442 or 3539089. OLE color: 3539089.

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

Color convert

RGB 145 0 54 -
CMYK 0 1 0.63 0.43
HSL 337.66º 1% 0.28% -
HSV(B) 337.66º 1% 0.57% -
XYZ 12.34 6.29 4.05 -
YUV 49.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 145 0 54 0 1 0.63 0.43 337.66 1 0.28
Hex 91 0 36 0 64 3F 2B 152 64 1C
Octal 221 0 66 0 144 77 53 522 144 34
Binary 10010001 0 110110 0 1100100 111111 101011 101010010 1100100 11100

Color Harmonies of #910036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910036

Black with #910036

Text Example


Text Example

White with #910036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910036; }

 p { color: rgb(145,0,54); }

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

background-color css

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

 a { background-color: rgb(145,0,54); }

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

border-color css

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

 span { border-color: rgb(145,0,54); }

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