Html Css Color HEX #5A040F Bordeaux

📋 copy color: '#5A040F'

red 90 ◦ green 4 ◦ blue 15

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

Shades of Bordeaux #5A040F

Tints of Bordeaux #5A040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 82.57%
G = 3.67%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A040F (or 0x5A040F) is known color: Bordeaux. HEX triplet: 5A, 04 and 0F. RGB value is (90,4,15). Sum of RGB (Red+Green+Blue) = 90+4+15=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040F is #A5FBF0. Grayscale: #1F1F1F. Windows color (decimal): -10877937 or 984154. OLE color: 984154.

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

Color convert

RGB 90 4 15 -
CMYK 0 0.96 0.83 0.65
HSL 352.33º 0.91% 0.18% -
HSV(B) 352.33º 0.96% 0.35% -
XYZ 4.35 2.29 0.67 -
YUV 30.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 90 4 15 0 0.96 0.83 0.65 352.33 0.91 0.18
Hex 5A 4 F 0 60 53 41 160 5B 12
Octal 132 4 17 0 140 123 101 540 133 22
Binary 1011010 100 1111 0 1100000 1010011 1000001 101100000 1011011 10010

Color Harmonies of #5A040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A040F

Black with #5A040F

Text Example


Text Example

White with #5A040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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