Html Css Color HEX #900338 Burgundy

📋 copy color: '#900338'

red 144 ◦ green 3 ◦ blue 56

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

Shades of Burgundy #900338

Tints of Burgundy #900338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 70.94%
G = 1.48%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#900338 (or 0x900338) is known color: Burgundy. HEX triplet: 90, 03 and 38. RGB value is (144,3,56). Sum of RGB (Red+Green+Blue) = 144+3+56=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #900338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900338 is #6FFCC7. Grayscale: #333333. Windows color (decimal): -7339208 or 3670928. OLE color: 3670928.

HSL color Cylindrical-coordinate representation of color #900338: hue angle of 337.45º 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 #900338 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 56 -
CMYK 0 0.98 0.61 0.44
HSL 337.45º 0.96% 0.29% -
HSV(B) 337.45º 0.98% 0.56% -
XYZ 12.25 6.28 4.31 -
YUV 51.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 144 3 56 0 0.98 0.61 0.44 337.45 0.96 0.29
Hex 90 3 38 0 62 3D 2C 151 60 1D
Octal 220 3 70 0 142 75 54 521 140 35
Binary 10010000 11 111000 0 1100010 111101 101100 101010001 1100000 11101

Color Harmonies of #900338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900338

Black with #900338

Text Example


Text Example

White with #900338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900338; }

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

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

background-color css

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

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

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

border-color css

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

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

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