Html Css Color HEX #5A041E Bordeaux

📋 copy color: '#5A041E'

red 90 ◦ green 4 ◦ blue 30

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

Shades of Bordeaux #5A041E

Tints of Bordeaux #5A041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 72.58%
G = 3.23%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A041E (or 0x5A041E) is known color: Bordeaux. HEX triplet: 5A, 04 and 1E. RGB value is (90,4,30). Sum of RGB (Red+Green+Blue) = 90+4+30=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A041E is #A5FBE1. Grayscale: #202020. Windows color (decimal): -10877922 or 1967194. OLE color: 1967194.

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

Color convert

RGB 90 4 30 -
CMYK 0 0.96 0.67 0.65
HSL 341.86º 0.91% 0.18% -
HSV(B) 341.86º 0.96% 0.35% -
XYZ 4.49 2.35 1.45 -
YUV 32.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 90 4 30 0 0.96 0.67 0.65 341.86 0.91 0.18
Hex 5A 4 1E 0 60 43 41 156 5B 12
Octal 132 4 36 0 140 103 101 526 133 22
Binary 1011010 100 11110 0 1100000 1000011 1000001 101010110 1011011 10010

Color Harmonies of #5A041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A041E

Black with #5A041E

Text Example


Text Example

White with #5A041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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