Html Css Color HEX #5A0519 Bordeaux

📋 copy color: '#5A0519'

red 90 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #5A0519

Tints of Bordeaux #5A0519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 75%
G = 4.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0519 (or 0x5A0519) is known color: Bordeaux. HEX triplet: 5A, 05 and 19. RGB value is (90,5,25). Sum of RGB (Red+Green+Blue) = 90+5+25=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0519 is #A5FAE6. Grayscale: #202020. Windows color (decimal): -10877671 or 1639770. OLE color: 1639770.

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

Color convert

RGB 90 5 25 -
CMYK 0 0.94 0.72 0.65
HSL 345.88º 0.89% 0.19% -
HSV(B) 345.88º 0.94% 0.35% -
XYZ 4.45 2.35 1.14 -
YUV 32.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 90 5 25 0 0.94 0.72 0.65 345.88 0.89 0.19
Hex 5A 5 19 0 5E 48 41 15A 59 13
Octal 132 5 31 0 136 110 101 532 131 23
Binary 1011010 101 11001 0 1011110 1001000 1000001 101011010 1011001 10011

Color Harmonies of #5A0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0519

Black with #5A0519

Text Example


Text Example

White with #5A0519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,25); }

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

background-color css

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

 a { background-color: rgb(90,5,25); }

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

border-color css

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

 span { border-color: rgb(90,5,25); }

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