Html Css Color HEX #900A35 Burgundy

📋 copy color: '#900A35'

red 144 ◦ green 10 ◦ blue 53

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

Shades of Burgundy #900A35

Tints of Burgundy #900A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 69.57%
G = 4.83%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#900A35 (or 0x900A35) is known color: Burgundy. HEX triplet: 90, 0A and 35. RGB value is (144,10,53). Sum of RGB (Red+Green+Blue) = 144+10+53=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #900A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A35 is #6FF5CA. Grayscale: #363636. Windows color (decimal): -7337419 or 3476112. OLE color: 3476112.

HSL color Cylindrical-coordinate representation of color #900A35: hue angle of 340.75º 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 #900A35 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 53 -
CMYK 0 0.93 0.63 0.44
HSL 340.75º 0.87% 0.3% -
HSV(B) 340.75º 0.93% 0.56% -
XYZ 12.25 6.4 3.96 -
YUV 54.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 144 10 53 0 0.93 0.63 0.44 340.75 0.87 0.3
Hex 90 A 35 0 5D 3F 2C 155 57 1E
Octal 220 12 65 0 135 77 54 525 127 36
Binary 10010000 1010 110101 0 1011101 111111 101100 101010101 1010111 11110

Color Harmonies of #900A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A35

Black with #900A35

Text Example


Text Example

White with #900A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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