Html Css Color HEX #501A1E Bordeaux

📋 copy color: '#501A1E'

red 80 ◦ green 26 ◦ blue 30

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

Shades of Bordeaux #501A1E

Tints of Bordeaux #501A1E

RGB

 RED value IS 80 (31.64% from 255) = 58.82%

 GREEN value IS 26 (10.55% from 255) = 19.12%

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

R = 58.82%
G = 19.12%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#501A1E (or 0x501A1E) is known color: Bordeaux. HEX triplet: 50, 1A and 1E. RGB value is (80,26,30). Sum of RGB (Red+Green+Blue) = 80+26+30=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1E is #AFE5E1. Grayscale: #2A2A2A. Windows color (decimal): -11527650 or 1972816. OLE color: 1972816.

HSL color Cylindrical-coordinate representation of color #501A1E: hue angle of 355.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A1E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 30 -
CMYK 0 0.67 0.62 0.69
HSL 355.56º 0.51% 0.21% -
HSV(B) 355.56º 0.68% 0.31% -
XYZ 3.91 2.54 1.51 -
YUV 42.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 80 26 30 0 0.67 0.62 0.69 355.56 0.51 0.21
Hex 50 1A 1E 0 43 3E 45 164 33 15
Octal 120 32 36 0 103 76 105 544 63 25
Binary 1010000 11010 11110 0 1000011 111110 1000101 101100100 110011 10101

Color Harmonies of #501A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A1E

Black with #501A1E

Text Example


Text Example

White with #501A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A1E; }

 p { color: rgb(80,26,30); }

 H1.HeaderClassName
 {
   color: #501A1E;
 }
 .AnyTagClassName
 {
   color: #501A1E;
 }
</style>

background-color css

<style>
 a { background-color: #501A1E; }

 a { background-color: rgb(80,26,30); }

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

border-color css

<style>
 span { border-color: #501A1E; }

 span { border-color: rgb(80,26,30); }

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