Html Css Color HEX #5A051B Bordeaux

📋 copy color: '#5A051B'

red 90 ◦ green 5 ◦ blue 27

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

Shades of Bordeaux #5A051B

Tints of Bordeaux #5A051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 73.77%
G = 4.1%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#5A051B (or 0x5A051B) is known color: Bordeaux. HEX triplet: 5A, 05 and 1B. RGB value is (90,5,27). Sum of RGB (Red+Green+Blue) = 90+5+27=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A051B is #A5FAE4. Grayscale: #202020. Windows color (decimal): -10877669 or 1770842. OLE color: 1770842.

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

Color convert

RGB 90 5 27 -
CMYK 0 0.94 0.70 0.65
HSL 344.47º 0.89% 0.19% -
HSV(B) 344.47º 0.94% 0.35% -
XYZ 4.47 2.36 1.26 -
YUV 32.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 90 5 27 0 0.94 0.70 0.65 344.47 0.89 0.19
Hex 5A 5 1B 0 5E 46 41 158 59 13
Octal 132 5 33 0 136 106 101 530 131 23
Binary 1011010 101 11011 0 1011110 1000110 1000001 101011000 1011001 10011

Color Harmonies of #5A051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A051B

Black with #5A051B

Text Example


Text Example

White with #5A051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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