Html Css Color HEX #5A0319 Bordeaux

📋 copy color: '#5A0319'

red 90 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #5A0319

Tints of Bordeaux #5A0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 76.27%
G = 2.54%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0319 (or 0x5A0319) is known color: Bordeaux. HEX triplet: 5A, 03 and 19. RGB value is (90,3,25). Sum of RGB (Red+Green+Blue) = 90+3+25=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0319 is #A5FCE6. Grayscale: #1F1F1F. Windows color (decimal): -10878183 or 1639258. OLE color: 1639258.

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

Color convert

RGB 90 3 25 -
CMYK 0 0.97 0.72 0.65
HSL 344.83º 0.94% 0.18% -
HSV(B) 344.83º 0.97% 0.35% -
XYZ 4.42 2.31 1.13 -
YUV 31.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 90 3 25 0 0.97 0.72 0.65 344.83 0.94 0.18
Hex 5A 3 19 0 61 48 41 159 5E 12
Octal 132 3 31 0 141 110 101 531 136 22
Binary 1011010 11 11001 0 1100001 1001000 1000001 101011001 1011110 10010

Color Harmonies of #5A0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0319

Black with #5A0319

Text Example


Text Example

White with #5A0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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