Html Css Color HEX #900133 Burgundy

📋 copy color: '#900133'

red 144 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #900133

Tints of Burgundy #900133

RGB

 RED value IS 144 (56.64% from 255) = 73.47%

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

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

R = 73.47%
G = 0.51%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#900133 (or 0x900133) is known color: Burgundy. HEX triplet: 90, 01 and 33. RGB value is (144,1,51). Sum of RGB (Red+Green+Blue) = 144+1+51=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900133 is #6FFECC. Grayscale: #313131. Windows color (decimal): -7339725 or 3342736. OLE color: 3342736.

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

Color convert

RGB 144 1 51 -
CMYK 0 0.99 0.65 0.44
HSL 339.02º 0.99% 0.28% -
HSV(B) 339.02º 0.99% 0.56% -
XYZ 12.11 6.19 3.69 -
YUV 49.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 144 1 51 0 0.99 0.65 0.44 339.02 0.99 0.28
Hex 90 1 33 0 63 41 2C 153 63 1C
Octal 220 1 63 0 143 101 54 523 143 34
Binary 10010000 1 110011 0 1100011 1000001 101100 101010011 1100011 11100

Color Harmonies of #900133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900133

Black with #900133

Text Example


Text Example

White with #900133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900133; }

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

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

background-color css

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

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

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

border-color css

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

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

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