Html Css Color HEX #910F36 Burgundy

📋 copy color: '#910F36'

red 145 ◦ green 15 ◦ blue 54

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

Shades of Burgundy #910F36

Tints of Burgundy #910F36

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

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

R = 67.76%
G = 7.01%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910F36 (or 0x910F36) is known color: Burgundy. HEX triplet: 91, 0F and 36. RGB value is (145,15,54). Sum of RGB (Red+Green+Blue) = 145+15+54=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #910F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F36 is #6EF0C9. Grayscale: #3A3A3A. Windows color (decimal): -7270602 or 3542929. OLE color: 3542929.

HSL color Cylindrical-coordinate representation of color #910F36: hue angle of 342º degrees, saturation: 0.81, 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 #910F36 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 54 -
CMYK 0 0.90 0.63 0.43
HSL 342º 0.81% 0.31% -
HSV(B) 342º 0.9% 0.57% -
XYZ 12.51 6.63 4.11 -
YUV 58.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 145 15 54 0 0.90 0.63 0.43 342 0.81 0.31
Hex 91 F 36 0 5A 3F 2B 156 51 1F
Octal 221 17 66 0 132 77 53 526 121 37
Binary 10010001 1111 110110 0 1011010 111111 101011 101010110 1010001 11111

Color Harmonies of #910F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F36

Black with #910F36

Text Example


Text Example

White with #910F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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