Html Css Color HEX #5A0119 Bordeaux

📋 copy color: '#5A0119'

red 90 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #5A0119

Tints of Bordeaux #5A0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

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

R = 77.59%
G = 0.86%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0119 (or 0x5A0119) is known color: Bordeaux. HEX triplet: 5A, 01 and 19. RGB value is (90,1,25). Sum of RGB (Red+Green+Blue) = 90+1+25=116 (15% of max value = 765). Red value is 90 (35.55% from 255 or 77.59% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0119 is #A5FEE6. Grayscale: #1E1E1E. Windows color (decimal): -10878695 or 1638746. OLE color: 1638746.

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

Color convert

RGB 90 1 25 -
CMYK 0 0.99 0.72 0.65
HSL 343.82º 0.98% 0.18% -
HSV(B) 343.82º 0.99% 0.35% -
XYZ 4.4 2.27 1.12 -
YUV 30.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 90 1 25 0 0.99 0.72 0.65 343.82 0.98 0.18
Hex 5A 1 19 0 63 48 41 158 62 12
Octal 132 1 31 0 143 110 101 530 142 22
Binary 1011010 1 11001 0 1100011 1001000 1000001 101011000 1100010 10010

Color Harmonies of #5A0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0119

Black with #5A0119

Text Example


Text Example

White with #5A0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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