Html Css Color HEX #5A031B Bordeaux

📋 copy color: '#5A031B'

red 90 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #5A031B

Tints of Bordeaux #5A031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 75%
G = 2.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#5A031B (or 0x5A031B) is known color: Bordeaux. HEX triplet: 5A, 03 and 1B. RGB value is (90,3,27). Sum of RGB (Red+Green+Blue) = 90+3+27=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A031B is #A5FCE4. Grayscale: #1F1F1F. Windows color (decimal): -10878181 or 1770330. OLE color: 1770330.

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

Color convert

RGB 90 3 27 -
CMYK 0 0.97 0.70 0.65
HSL 343.45º 0.94% 0.18% -
HSV(B) 343.45º 0.97% 0.35% -
XYZ 4.45 2.32 1.25 -
YUV 31.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 90 3 27 0 0.97 0.70 0.65 343.45 0.94 0.18
Hex 5A 3 1B 0 61 46 41 157 5E 12
Octal 132 3 33 0 141 106 101 527 136 22
Binary 1011010 11 11011 0 1100001 1000110 1000001 101010111 1011110 10010

Color Harmonies of #5A031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A031B

Black with #5A031B

Text Example


Text Example

White with #5A031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,27); }

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

background-color css

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

 a { background-color: rgb(90,3,27); }

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

border-color css

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

 span { border-color: rgb(90,3,27); }

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