Html Css Color HEX #910B32 Burgundy

📋 copy color: '#910B32'

red 145 ◦ green 11 ◦ blue 50

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

Shades of Burgundy #910B32

Tints of Burgundy #910B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.34%

 BLUE value IS 50 (19.92% from 255) = 24.27%

R = 70.39%
G = 5.34%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#910B32 (or 0x910B32) is known color: Burgundy. HEX triplet: 91, 0B and 32. RGB value is (145,11,50). Sum of RGB (Red+Green+Blue) = 145+11+50=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #910B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B32 is #6EF4CD. Grayscale: #373737. Windows color (decimal): -7271630 or 3279761. OLE color: 3279761.

HSL color Cylindrical-coordinate representation of color #910B32: hue angle of 342.54º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B32 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 11 50 -
CMYK 0 0.92 0.66 0.43
HSL 342.54º 0.86% 0.31% -
HSV(B) 342.54º 0.92% 0.57% -
XYZ 12.37 6.49 3.62 -
YUV 55.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 145 11 50 0 0.92 0.66 0.43 342.54 0.86 0.31
Hex 91 B 32 0 5C 42 2B 157 56 1F
Octal 221 13 62 0 134 102 53 527 126 37
Binary 10010001 1011 110010 0 1011100 1000010 101011 101010111 1010110 11111

Color Harmonies of #910B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B32

Black with #910B32

Text Example


Text Example

White with #910B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,11,50); }

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

background-color css

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

 a { background-color: rgb(145,11,50); }

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

border-color css

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

 span { border-color: rgb(145,11,50); }

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