Html Css Color HEX #5A0410 Bordeaux

📋 copy color: '#5A0410'

red 90 ◦ green 4 ◦ blue 16

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

Shades of Bordeaux #5A0410

Tints of Bordeaux #5A0410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 81.82%
G = 3.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A0410 (or 0x5A0410) is known color: Bordeaux. HEX triplet: 5A, 04 and 10. RGB value is (90,4,16). Sum of RGB (Red+Green+Blue) = 90+4+16=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0410 is #A5FBEF. Grayscale: #1F1F1F. Windows color (decimal): -10877936 or 1049690. OLE color: 1049690.

HSL color Cylindrical-coordinate representation of color #5A0410: hue angle of 351.63º 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 #5A0410 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 16 -
CMYK 0 0.96 0.82 0.65
HSL 351.63º 0.91% 0.18% -
HSV(B) 351.63º 0.96% 0.35% -
XYZ 4.35 2.3 0.7 -
YUV 31.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 90 4 16 0 0.96 0.82 0.65 351.63 0.91 0.18
Hex 5A 4 10 0 60 52 41 160 5B 12
Octal 132 4 20 0 140 122 101 540 133 22
Binary 1011010 100 10000 0 1100000 1010010 1000001 101100000 1011011 10010

Color Harmonies of #5A0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0410

Black with #5A0410

Text Example


Text Example

White with #5A0410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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