Html Css Color HEX #900D3A Burgundy

📋 copy color: '#900D3A'

red 144 ◦ green 13 ◦ blue 58

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

Shades of Burgundy #900D3A

Tints of Burgundy #900D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 66.98%
G = 6.05%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#900D3A (or 0x900D3A) is known color: Burgundy. HEX triplet: 90, 0D and 3A. RGB value is (144,13,58). Sum of RGB (Red+Green+Blue) = 144+13+58=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #900D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D3A is #6FF2C5. Grayscale: #393939. Windows color (decimal): -7336646 or 3804560. OLE color: 3804560.

HSL color Cylindrical-coordinate representation of color #900D3A: hue angle of 339.39º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D3A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 58 -
CMYK 0 0.91 0.60 0.44
HSL 339.39º 0.83% 0.31% -
HSV(B) 339.39º 0.91% 0.56% -
XYZ 12.41 6.52 4.61 -
YUV 57.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 144 13 58 0 0.91 0.60 0.44 339.39 0.83 0.31
Hex 90 D 3A 0 5B 3C 2C 153 53 1F
Octal 220 15 72 0 133 74 54 523 123 37
Binary 10010000 1101 111010 0 1011011 111100 101100 101010011 1010011 11111

Color Harmonies of #900D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D3A

Black with #900D3A

Text Example


Text Example

White with #900D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900D3A; }

 p { color: rgb(144,13,58); }

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

background-color css

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

 a { background-color: rgb(144,13,58); }

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

border-color css

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

 span { border-color: rgb(144,13,58); }

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