Html Css Color HEX #5A001E Bordeaux

📋 copy color: '#5A001E'

red 90 ◦ green 0 ◦ blue 30

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

Shades of Bordeaux #5A001E

Tints of Bordeaux #5A001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A001E (or 0x5A001E) is known color: Bordeaux. HEX triplet: 5A, 00 and 1E. RGB value is (90,0,30). Sum of RGB (Red+Green+Blue) = 90+0+30=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A001E is #A5FFE1. Grayscale: #1E1E1E. Windows color (decimal): -10878946 or 1966170. OLE color: 1966170.

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

Color convert

RGB 90 0 30 -
CMYK 0 1 0.67 0.65
HSL 340º 1% 0.18% -
HSV(B) 340º 1% 0.35% -
XYZ 4.45 2.27 1.43 -
YUV 30.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 90 0 30 0 1 0.67 0.65 340 1 0.18
Hex 5A 0 1E 0 64 43 41 154 64 12
Octal 132 0 36 0 144 103 101 524 144 22
Binary 1011010 0 11110 0 1100100 1000011 1000001 101010100 1100100 10010

Color Harmonies of #5A001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A001E

Black with #5A001E

Text Example


Text Example

White with #5A001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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