Html Css Color HEX #5A010A Bordeaux

📋 copy color: '#5A010A'

red 90 ◦ green 1 ◦ blue 10

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

Shades of Bordeaux #5A010A

Tints of Bordeaux #5A010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 89.11%
G = 0.99%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A010A (or 0x5A010A) is known color: Bordeaux. HEX triplet: 5A, 01 and 0A. RGB value is (90,1,10). Sum of RGB (Red+Green+Blue) = 90+1+10=101 (13% of max value = 765). Red value is 90 (35.55% from 255 or 89.11% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010A is #A5FEF5. Grayscale: #1C1C1C. Windows color (decimal): -10878710 or 655706. OLE color: 655706.

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

Color convert

RGB 90 1 10 -
CMYK 0 0.99 0.89 0.65
HSL 353.93º 0.98% 0.18% -
HSV(B) 353.93º 0.99% 0.35% -
XYZ 4.28 2.22 0.49 -
YUV 28.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 90 1 10 0 0.99 0.89 0.65 353.93 0.98 0.18
Hex 5A 1 A 0 63 59 41 162 62 12
Octal 132 1 12 0 143 131 101 542 142 22
Binary 1011010 1 1010 0 1100011 1011001 1000001 101100010 1100010 10010

Color Harmonies of #5A010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A010A

Black with #5A010A

Text Example


Text Example

White with #5A010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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