Html Css Color HEX #900530 Burgundy

📋 copy color: '#900530'

red 144 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #900530

Tints of Burgundy #900530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 73.1%
G = 2.54%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#900530 (or 0x900530) is known color: Burgundy. HEX triplet: 90, 05 and 30. RGB value is (144,5,48). Sum of RGB (Red+Green+Blue) = 144+5+48=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #900530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900530 is #6FFACF. Grayscale: #333333. Windows color (decimal): -7338704 or 3147152. OLE color: 3147152.

HSL color Cylindrical-coordinate representation of color #900530: hue angle of 341.44º 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 #900530 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 48 -
CMYK 0 0.97 0.67 0.44
HSL 341.44º 0.93% 0.29% -
HSV(B) 341.44º 0.97% 0.56% -
XYZ 12.09 6.25 3.37 -
YUV 51.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 144 5 48 0 0.97 0.67 0.44 341.44 0.93 0.29
Hex 90 5 30 0 61 43 2C 155 5D 1D
Octal 220 5 60 0 141 103 54 525 135 35
Binary 10010000 101 110000 0 1100001 1000011 101100 101010101 1011101 11101

Color Harmonies of #900530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900530

Black with #900530

Text Example


Text Example

White with #900530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900530; }

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

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

background-color css

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

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

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

border-color css

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

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

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