Html Css Color HEX #90052E Burgundy

📋 copy color: '#90052E'

red 144 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #90052E

Tints of Burgundy #90052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.59%

R = 73.85%
G = 2.56%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90052E (or 0x90052E) is known color: Burgundy. HEX triplet: 90, 05 and 2E. RGB value is (144,5,46). Sum of RGB (Red+Green+Blue) = 144+5+46=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90052E is #6FFAD1. Grayscale: #333333. Windows color (decimal): -7338706 or 3016080. OLE color: 3016080.

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

Color convert

RGB 144 5 46 -
CMYK 0 0.97 0.68 0.44
HSL 342.3º 0.93% 0.29% -
HSV(B) 342.3º 0.97% 0.56% -
XYZ 12.05 6.24 3.15 -
YUV 51.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 144 5 46 0 0.97 0.68 0.44 342.3 0.93 0.29
Hex 90 5 2E 0 61 44 2C 156 5D 1D
Octal 220 5 56 0 141 104 54 526 135 35
Binary 10010000 101 101110 0 1100001 1000100 101100 101010110 1011101 11101

Color Harmonies of #90052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90052E

Black with #90052E

Text Example


Text Example

White with #90052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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