Html Css Color HEX #900A3D Burgundy

📋 copy color: '#900A3D'

red 144 ◦ green 10 ◦ blue 61

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

Shades of Burgundy #900A3D

Tints of Burgundy #900A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 66.98%
G = 4.65%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#900A3D (or 0x900A3D) is known color: Burgundy. HEX triplet: 90, 0A and 3D. RGB value is (144,10,61). Sum of RGB (Red+Green+Blue) = 144+10+61=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #900A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A3D is #6FF5C2. Grayscale: #373737. Windows color (decimal): -7337411 or 4000400. OLE color: 4000400.

HSL color Cylindrical-coordinate representation of color #900A3D: hue angle of 337.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A3D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 61 -
CMYK 0 0.93 0.58 0.44
HSL 337.16º 0.87% 0.3% -
HSV(B) 337.16º 0.93% 0.56% -
XYZ 12.45 6.48 5.01 -
YUV 55.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 144 10 61 0 0.93 0.58 0.44 337.16 0.87 0.3
Hex 90 A 3D 0 5D 3A 2C 151 57 1E
Octal 220 12 75 0 135 72 54 521 127 36
Binary 10010000 1010 111101 0 1011101 111010 101100 101010001 1010111 11110

Color Harmonies of #900A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A3D

Black with #900A3D

Text Example


Text Example

White with #900A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,10,61); }

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

background-color css

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

 a { background-color: rgb(144,10,61); }

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

border-color css

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

 span { border-color: rgb(144,10,61); }

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