Html Css Color HEX #900033 Burgundy

📋 copy color: '#900033'

red 144 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #900033

Tints of Burgundy #900033

RGB

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

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

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

R = 73.85%
G = 0%
B = 26.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#900033 (or 0x900033) is known color: Burgundy. HEX triplet: 90, 00 and 33. RGB value is (144,0,51). Sum of RGB (Red+Green+Blue) = 144+0+51=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #900033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900033 is #6FFFCC. Grayscale: #303030. Windows color (decimal): -7339981 or 3342480. OLE color: 3342480.

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

Color convert

RGB 144 0 51 -
CMYK 0 1 0.65 0.44
HSL 338.75º 1% 0.28% -
HSV(B) 338.75º 1% 0.56% -
XYZ 12.1 6.17 3.68 -
YUV 48.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 144 0 51 0 1 0.65 0.44 338.75 1 0.28
Hex 90 0 33 0 64 41 2C 153 64 1C
Octal 220 0 63 0 144 101 54 523 144 34
Binary 10010000 0 110011 0 1100100 1000001 101100 101010011 1100100 11100

Color Harmonies of #900033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900033

Black with #900033

Text Example


Text Example

White with #900033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900033; }

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

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

background-color css

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

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

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

border-color css

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

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

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