Html Css Color HEX #5A071A Bordeaux

📋 copy color: '#5A071A'

red 90 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #5A071A

Tints of Bordeaux #5A071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 73.17%
G = 5.69%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A071A (or 0x5A071A) is known color: Bordeaux. HEX triplet: 5A, 07 and 1A. RGB value is (90,7,26). Sum of RGB (Red+Green+Blue) = 90+7+26=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A071A is #A5F8E5. Grayscale: #212121. Windows color (decimal): -10877158 or 1705818. OLE color: 1705818.

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

Color convert

RGB 90 7 26 -
CMYK 0 0.92 0.71 0.65
HSL 346.27º 0.86% 0.19% -
HSV(B) 346.27º 0.92% 0.35% -
XYZ 4.48 2.4 1.2 -
YUV 33.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 90 7 26 0 0.92 0.71 0.65 346.27 0.86 0.19
Hex 5A 7 1A 0 5C 47 41 15A 56 13
Octal 132 7 32 0 134 107 101 532 126 23
Binary 1011010 111 11010 0 1011100 1000111 1000001 101011010 1010110 10011

Color Harmonies of #5A071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A071A

Black with #5A071A

Text Example


Text Example

White with #5A071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,26); }

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

background-color css

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

 a { background-color: rgb(90,7,26); }

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

border-color css

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

 span { border-color: rgb(90,7,26); }

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