Html Css Color HEX #900838 Burgundy

📋 copy color: '#900838'

red 144 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #900838

Tints of Burgundy #900838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 69.23%
G = 3.85%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#900838 (or 0x900838) is known color: Burgundy. HEX triplet: 90, 08 and 38. RGB value is (144,8,56). Sum of RGB (Red+Green+Blue) = 144+8+56=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #900838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900838 is #6FF7C7. Grayscale: #363636. Windows color (decimal): -7337928 or 3672208. OLE color: 3672208.

HSL color Cylindrical-coordinate representation of color #900838: hue angle of 338.82º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900838 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 56 -
CMYK 0 0.94 0.61 0.44
HSL 338.82º 0.89% 0.3% -
HSV(B) 338.82º 0.94% 0.56% -
XYZ 12.3 6.39 4.33 -
YUV 54.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 144 8 56 0 0.94 0.61 0.44 338.82 0.89 0.3
Hex 90 8 38 0 5E 3D 2C 153 59 1E
Octal 220 10 70 0 136 75 54 523 131 36
Binary 10010000 1000 111000 0 1011110 111101 101100 101010011 1011001 11110

Color Harmonies of #900838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900838

Black with #900838

Text Example


Text Example

White with #900838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900838; }

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

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

background-color css

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

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

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

border-color css

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

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

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