Html Css Color HEX #910033 Burgundy

📋 copy color: '#910033'

red 145 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #910033

Tints of Burgundy #910033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.98%
G = 0%
B = 26.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#910033 (or 0x910033) is known color: Burgundy. HEX triplet: 91, 00 and 33. RGB value is (145,0,51). Sum of RGB (Red+Green+Blue) = 145+0+51=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #910033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910033 is #6EFFCC. Grayscale: #313131. Windows color (decimal): -7274445 or 3342481. OLE color: 3342481.

HSL color Cylindrical-coordinate representation of color #910033: hue angle of 338.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910033 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 51 -
CMYK 0 1 0.65 0.43
HSL 338.9º 1% 0.28% -
HSV(B) 338.9º 1% 0.57% -
XYZ 12.27 6.26 3.69 -
YUV 49.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 145 0 51 0 1 0.65 0.43 338.9 1 0.28
Hex 91 0 33 0 64 41 2B 153 64 1C
Octal 221 0 63 0 144 101 53 523 144 34
Binary 10010001 0 110011 0 1100100 1000001 101011 101010011 1100100 11100

Color Harmonies of #910033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910033

Black with #910033

Text Example


Text Example

White with #910033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910033; }

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

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

background-color css

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

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

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

border-color css

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

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

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