Html Css Color HEX #900527 Burgundy

📋 copy color: '#900527'

red 144 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #900527

Tints of Burgundy #900527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 39 (15.63% from 255) = 20.74%

R = 76.6%
G = 2.66%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#900527 (or 0x900527) is known color: Burgundy. HEX triplet: 90, 05 and 27. RGB value is (144,5,39). Sum of RGB (Red+Green+Blue) = 144+5+39=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #900527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900527 is #6FFAD8. Grayscale: #323232. Windows color (decimal): -7338713 or 2557328. OLE color: 2557328.

HSL color Cylindrical-coordinate representation of color #900527: hue angle of 345.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900527 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 39 -
CMYK 0 0.97 0.73 0.44
HSL 345.32º 0.93% 0.29% -
HSV(B) 345.32º 0.97% 0.56% -
XYZ 11.92 6.18 2.48 -
YUV 50.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 144 5 39 0 0.97 0.73 0.44 345.32 0.93 0.29
Hex 90 5 27 0 61 49 2C 159 5D 1D
Octal 220 5 47 0 141 111 54 531 135 35
Binary 10010000 101 100111 0 1100001 1001001 101100 101011001 1011101 11101

Color Harmonies of #900527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900527

Black with #900527

Text Example


Text Example

White with #900527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900527; }

 p { color: rgb(144,5,39); }

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

background-color css

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

 a { background-color: rgb(144,5,39); }

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

border-color css

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

 span { border-color: rgb(144,5,39); }

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