Html Css Color HEX #5A040E Bordeaux

📋 copy color: '#5A040E'

red 90 ◦ green 4 ◦ blue 14

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

Shades of Bordeaux #5A040E

Tints of Bordeaux #5A040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.96%

R = 83.33%
G = 3.7%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A040E (or 0x5A040E) is known color: Bordeaux. HEX triplet: 5A, 04 and 0E. RGB value is (90,4,14). Sum of RGB (Red+Green+Blue) = 90+4+14=108 (14% of max value = 765). Red value is 90 (35.55% from 255 or 83.33% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040E is #A5FBF1. Grayscale: #1E1E1E. Windows color (decimal): -10877938 or 918618. OLE color: 918618.

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

Color convert

RGB 90 4 14 -
CMYK 0 0.96 0.84 0.65
HSL 353.02º 0.91% 0.18% -
HSV(B) 353.02º 0.96% 0.35% -
XYZ 4.34 2.29 0.63 -
YUV 30.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 90 4 14 0 0.96 0.84 0.65 353.02 0.91 0.18
Hex 5A 4 E 0 60 54 41 161 5B 12
Octal 132 4 16 0 140 124 101 541 133 22
Binary 1011010 100 1110 0 1100000 1010100 1000001 101100001 1011011 10010

Color Harmonies of #5A040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A040E

Black with #5A040E

Text Example


Text Example

White with #5A040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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