Html Css Color HEX #900339 Burgundy

📋 copy color: '#900339'

red 144 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #900339

Tints of Burgundy #900339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 57 (22.66% from 255) = 27.94%

R = 70.59%
G = 1.47%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900339 (or 0x900339) is known color: Burgundy. HEX triplet: 90, 03 and 39. RGB value is (144,3,57). Sum of RGB (Red+Green+Blue) = 144+3+57=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900339 is #6FFCC6. Grayscale: #333333. Windows color (decimal): -7339207 or 3736464. OLE color: 3736464.

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

Color convert

RGB 144 3 57 -
CMYK 0 0.98 0.60 0.44
HSL 337.02º 0.96% 0.29% -
HSV(B) 337.02º 0.98% 0.56% -
XYZ 12.27 6.29 4.44 -
YUV 51.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 144 3 57 0 0.98 0.60 0.44 337.02 0.96 0.29
Hex 90 3 39 0 62 3C 2C 151 60 1D
Octal 220 3 71 0 142 74 54 521 140 35
Binary 10010000 11 111001 0 1100010 111100 101100 101010001 1100000 11101

Color Harmonies of #900339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900339

Black with #900339

Text Example


Text Example

White with #900339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900339; }

 p { color: rgb(144,3,57); }

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

background-color css

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

 a { background-color: rgb(144,3,57); }

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

border-color css

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

 span { border-color: rgb(144,3,57); }

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