Html Css Color HEX #910133 Burgundy

📋 copy color: '#910133'

red 145 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #910133

Tints of Burgundy #910133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 73.6%
G = 0.51%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#910133 (or 0x910133) is known color: Burgundy. HEX triplet: 91, 01 and 33. RGB value is (145,1,51). Sum of RGB (Red+Green+Blue) = 145+1+51=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910133 is #6EFECC. Grayscale: #313131. Windows color (decimal): -7274189 or 3342737. OLE color: 3342737.

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

Color convert

RGB 145 1 51 -
CMYK 0 0.99 0.65 0.43
HSL 339.17º 0.99% 0.29% -
HSV(B) 339.17º 0.99% 0.57% -
XYZ 12.29 6.28 3.7 -
YUV 49.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 145 1 51 0 0.99 0.65 0.43 339.17 0.99 0.29
Hex 91 1 33 0 63 41 2B 153 63 1D
Octal 221 1 63 0 143 101 53 523 143 35
Binary 10010001 1 110011 0 1100011 1000001 101011 101010011 1100011 11101

Color Harmonies of #910133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910133

Black with #910133

Text Example


Text Example

White with #910133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910133; }

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

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

background-color css

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

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

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

border-color css

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

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

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