Html Css Color HEX #910A32 Burgundy

📋 copy color: '#910A32'

red 145 ◦ green 10 ◦ blue 50

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

Shades of Burgundy #910A32

Tints of Burgundy #910A32

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

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

R = 70.73%
G = 4.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#910A32 (or 0x910A32) is known color: Burgundy. HEX triplet: 91, 0A and 32. RGB value is (145,10,50). Sum of RGB (Red+Green+Blue) = 145+10+50=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A32 is #6EF5CD. Grayscale: #363636. Windows color (decimal): -7271886 or 3279505. OLE color: 3279505.

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

Color convert

RGB 145 10 50 -
CMYK 0 0.93 0.66 0.43
HSL 342.22º 0.87% 0.3% -
HSV(B) 342.22º 0.93% 0.57% -
XYZ 12.36 6.47 3.61 -
YUV 54.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 145 10 50 0 0.93 0.66 0.43 342.22 0.87 0.3
Hex 91 A 32 0 5D 42 2B 156 57 1E
Octal 221 12 62 0 135 102 53 526 127 36
Binary 10010001 1010 110010 0 1011101 1000010 101011 101010110 1010111 11110

Color Harmonies of #910A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910A32

Black with #910A32

Text Example


Text Example

White with #910A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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