Html Css Color HEX #5A0419 Bordeaux

📋 copy color: '#5A0419'

red 90 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #5A0419

Tints of Bordeaux #5A0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 75.63%
G = 3.36%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0419 (or 0x5A0419) is known color: Bordeaux. HEX triplet: 5A, 04 and 19. RGB value is (90,4,25). Sum of RGB (Red+Green+Blue) = 90+4+25=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0419 is #A5FBE6. Grayscale: #202020. Windows color (decimal): -10877927 or 1639514. OLE color: 1639514.

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

Color convert

RGB 90 4 25 -
CMYK 0 0.96 0.72 0.65
HSL 345.35º 0.91% 0.18% -
HSV(B) 345.35º 0.96% 0.35% -
XYZ 4.44 2.33 1.14 -
YUV 32.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 90 4 25 0 0.96 0.72 0.65 345.35 0.91 0.18
Hex 5A 4 19 0 60 48 41 159 5B 12
Octal 132 4 31 0 140 110 101 531 133 22
Binary 1011010 100 11001 0 1100000 1001000 1000001 101011001 1011011 10010

Color Harmonies of #5A0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0419

Black with #5A0419

Text Example


Text Example

White with #5A0419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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