Html Css Color HEX #5A010F Bordeaux

📋 copy color: '#5A010F'

red 90 ◦ green 1 ◦ blue 15

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

Shades of Bordeaux #5A010F

Tints of Bordeaux #5A010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 84.91%
G = 0.94%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A010F (or 0x5A010F) is known color: Bordeaux. HEX triplet: 5A, 01 and 0F. RGB value is (90,1,15). Sum of RGB (Red+Green+Blue) = 90+1+15=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010F is #A5FEF0. Grayscale: #1D1D1D. Windows color (decimal): -10878705 or 983386. OLE color: 983386.

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

Color convert

RGB 90 1 15 -
CMYK 0 0.99 0.83 0.65
HSL 350.56º 0.98% 0.18% -
HSV(B) 350.56º 0.99% 0.35% -
XYZ 4.31 2.23 0.65 -
YUV 29.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 90 1 15 0 0.99 0.83 0.65 350.56 0.98 0.18
Hex 5A 1 F 0 63 53 41 15F 62 12
Octal 132 1 17 0 143 123 101 537 142 22
Binary 1011010 1 1111 0 1100011 1010011 1000001 101011111 1100010 10010

Color Harmonies of #5A010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A010F

Black with #5A010F

Text Example


Text Example

White with #5A010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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