Html Css Color HEX #900427 Burgundy

📋 copy color: '#900427'

red 144 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #900427

Tints of Burgundy #900427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 77.01%
G = 2.14%
B = 20.86%

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

#900427 (or 0x900427) is known color: Burgundy. HEX triplet: 90, 04 and 27. RGB value is (144,4,39). Sum of RGB (Red+Green+Blue) = 144+4+39=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900427 is #6FFBD8. Grayscale: #313131. Windows color (decimal): -7338969 or 2557072. OLE color: 2557072.

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

Color convert

RGB 144 4 39 -
CMYK 0 0.97 0.73 0.44
HSL 345º 0.95% 0.29% -
HSV(B) 345º 0.97% 0.56% -
XYZ 11.91 6.16 2.48 -
YUV 49.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 144 4 39 0 0.97 0.73 0.44 345 0.95 0.29
Hex 90 4 27 0 61 49 2C 159 5F 1D
Octal 220 4 47 0 141 111 54 531 137 35
Binary 10010000 100 100111 0 1100001 1001001 101100 101011001 1011111 11101

Color Harmonies of #900427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900427

Black with #900427

Text Example


Text Example

White with #900427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900427; }

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

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

background-color css

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

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

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

border-color css

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

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

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