Html Css Color HEX #5A0110 Bordeaux

📋 copy color: '#5A0110'

red 90 ◦ green 1 ◦ blue 16

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

Shades of Bordeaux #5A0110

Tints of Bordeaux #5A0110

RGB

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

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

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

R = 84.11%
G = 0.93%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A0110 (or 0x5A0110) is known color: Bordeaux. HEX triplet: 5A, 01 and 10. RGB value is (90,1,16). Sum of RGB (Red+Green+Blue) = 90+1+16=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0110 is #A5FEEF. Grayscale: #1D1D1D. Windows color (decimal): -10878704 or 1048922. OLE color: 1048922.

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

Color convert

RGB 90 1 16 -
CMYK 0 0.99 0.82 0.65
HSL 349.89º 0.98% 0.18% -
HSV(B) 349.89º 0.99% 0.35% -
XYZ 4.32 2.23 0.69 -
YUV 29.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 90 1 16 0 0.99 0.82 0.65 349.89 0.98 0.18
Hex 5A 1 10 0 63 52 41 15E 62 12
Octal 132 1 20 0 143 122 101 536 142 22
Binary 1011010 1 10000 0 1100011 1010010 1000001 101011110 1100010 10010

Color Harmonies of #5A0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0110

Black with #5A0110

Text Example


Text Example

White with #5A0110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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