Html Css Color HEX #910132 Burgundy

📋 copy color: '#910132'

red 145 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #910132

Tints of Burgundy #910132

RGB

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

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

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

R = 73.98%
G = 0.51%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#910132 (or 0x910132) is known color: Burgundy. HEX triplet: 91, 01 and 32. RGB value is (145,1,50). Sum of RGB (Red+Green+Blue) = 145+1+50=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #910132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910132 is #6EFECD. Grayscale: #313131. Windows color (decimal): -7274190 or 3277201. OLE color: 3277201.

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

Color convert

RGB 145 1 50 -
CMYK 0 0.99 0.66 0.43
HSL 339.58º 0.99% 0.29% -
HSV(B) 339.58º 0.99% 0.57% -
XYZ 12.26 6.27 3.58 -
YUV 49.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 145 1 50 0 0.99 0.66 0.43 339.58 0.99 0.29
Hex 91 1 32 0 63 42 2B 154 63 1D
Octal 221 1 62 0 143 102 53 524 143 35
Binary 10010001 1 110010 0 1100011 1000010 101011 101010100 1100011 11101

Color Harmonies of #910132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910132

Black with #910132

Text Example


Text Example

White with #910132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910132; }

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

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

background-color css

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

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

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

border-color css

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

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

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