Html Css Color HEX #900233 Burgundy

📋 copy color: '#900233'

red 144 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #900233

Tints of Burgundy #900233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 73.1%
G = 1.02%
B = 25.89%

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

#900233 (or 0x900233) is known color: Burgundy. HEX triplet: 90, 02 and 33. RGB value is (144,2,51). Sum of RGB (Red+Green+Blue) = 144+2+51=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900233 is #6FFDCC. Grayscale: #313131. Windows color (decimal): -7339469 or 3342992. OLE color: 3342992.

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

Color convert

RGB 144 2 51 -
CMYK 0 0.99 0.65 0.44
HSL 339.3º 0.97% 0.29% -
HSV(B) 339.3º 0.99% 0.56% -
XYZ 12.12 6.21 3.69 -
YUV 50.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 144 2 51 0 0.99 0.65 0.44 339.3 0.97 0.29
Hex 90 2 33 0 63 41 2C 153 61 1D
Octal 220 2 63 0 143 101 54 523 141 35
Binary 10010000 10 110011 0 1100011 1000001 101100 101010011 1100001 11101

Color Harmonies of #900233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900233

Black with #900233

Text Example


Text Example

White with #900233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900233; }

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

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

background-color css

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

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

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

border-color css

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

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

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