Html Css Color HEX #5A041A Bordeaux

📋 copy color: '#5A041A'

red 90 ◦ green 4 ◦ blue 26

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

Shades of Bordeaux #5A041A

Tints of Bordeaux #5A041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 75%
G = 3.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A041A (or 0x5A041A) is known color: Bordeaux. HEX triplet: 5A, 04 and 1A. RGB value is (90,4,26). Sum of RGB (Red+Green+Blue) = 90+4+26=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A041A is #A5FBE5. Grayscale: #202020. Windows color (decimal): -10877926 or 1705050. OLE color: 1705050.

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

Color convert

RGB 90 4 26 -
CMYK 0 0.96 0.71 0.65
HSL 344.65º 0.91% 0.18% -
HSV(B) 344.65º 0.96% 0.35% -
XYZ 4.45 2.34 1.19 -
YUV 32.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 90 4 26 0 0.96 0.71 0.65 344.65 0.91 0.18
Hex 5A 4 1A 0 60 47 41 159 5B 12
Octal 132 4 32 0 140 107 101 531 133 22
Binary 1011010 100 11010 0 1100000 1000111 1000001 101011001 1011011 10010

Color Harmonies of #5A041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A041A

Black with #5A041A

Text Example


Text Example

White with #5A041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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