Html Css Color HEX #5A0921 Bordeaux

📋 copy color: '#5A0921'

red 90 ◦ green 9 ◦ blue 33

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

Shades of Bordeaux #5A0921

Tints of Bordeaux #5A0921

RGB

 RED value IS 90 (35.55% from 255) = 68.18%

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 33 (13.28% from 255) = 25%

R = 68.18%
G = 6.82%
B = 25%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A0921 (or 0x5A0921) is known color: Bordeaux. HEX triplet: 5A, 09 and 21. RGB value is (90,9,33). Sum of RGB (Red+Green+Blue) = 90+9+33=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0921 is #A5F6DE. Grayscale: #232323. Windows color (decimal): -10876639 or 2165082. OLE color: 2165082.

HSL color Cylindrical-coordinate representation of color #5A0921: hue angle of 342.22º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0921 is Cyan = 0, Magento = 0.9, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 33 -
CMYK 0 0.9 0.63 0.65
HSL 342.22º 0.82% 0.19% -
HSV(B) 342.22º 0.9% 0.35% -
XYZ 4.59 2.48 1.68 -
YUV 35.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 90 9 33 0 0.9 0.63 0.65 342.22 0.82 0.19
Hex 5A 9 21 0 5A 3F 41 156 52 13
Octal 132 11 41 0 132 77 101 526 122 23
Binary 1011010 1001 100001 0 1011010 111111 1000001 101010110 1010010 10011

Color Harmonies of #5A0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0921

Black with #5A0921

Text Example


Text Example

White with #5A0921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0921; }

 p { color: rgb(90,9,33); }

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

background-color css

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

 a { background-color: rgb(90,9,33); }

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

border-color css

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

 span { border-color: rgb(90,9,33); }

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