Html Css Color HEX #501A1D Bordeaux

📋 copy color: '#501A1D'

red 80 ◦ green 26 ◦ blue 29

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

Shades of Bordeaux #501A1D

Tints of Bordeaux #501A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 59.26%
G = 19.26%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#501A1D (or 0x501A1D) is known color: Bordeaux. HEX triplet: 50, 1A and 1D. RGB value is (80,26,29). Sum of RGB (Red+Green+Blue) = 80+26+29=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A1D is #AFE5E2. Grayscale: #2A2A2A. Windows color (decimal): -11527651 or 1907280. OLE color: 1907280.

HSL color Cylindrical-coordinate representation of color #501A1D: hue angle of 356.67º 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 #501A1D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 26 29 -
CMYK 0 0.67 0.64 0.69
HSL 356.67º 0.51% 0.21% -
HSV(B) 356.67º 0.68% 0.31% -
XYZ 3.9 2.53 1.45 -
YUV 42.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 80 26 29 0 0.67 0.64 0.69 356.67 0.51 0.21
Hex 50 1A 1D 0 43 40 45 165 33 15
Octal 120 32 35 0 103 100 105 545 63 25
Binary 1010000 11010 11101 0 1000011 1000000 1000101 101100101 110011 10101

Color Harmonies of #501A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A1D

Black with #501A1D

Text Example


Text Example

White with #501A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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