Html Css Color HEX #501A24 Bordeaux

📋 copy color: '#501A24'

red 80 ◦ green 26 ◦ blue 36

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

Shades of Bordeaux #501A24

Tints of Bordeaux #501A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 56.34%
G = 18.31%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501A24 (or 0x501A24) is known color: Bordeaux. HEX triplet: 50, 1A and 24. RGB value is (80,26,36). Sum of RGB (Red+Green+Blue) = 80+26+36=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A24 is #AFE5DB. Grayscale: #2B2B2B. Windows color (decimal): -11527644 or 2366032. OLE color: 2366032.

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

Color convert

RGB 80 26 36 -
CMYK 0 0.67 0.55 0.69
HSL 348.89º 0.51% 0.21% -
HSV(B) 348.89º 0.68% 0.31% -
XYZ 4 2.57 1.95 -
YUV 43.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 80 26 36 0 0.67 0.55 0.69 348.89 0.51 0.21
Hex 50 1A 24 0 43 37 45 15D 33 15
Octal 120 32 44 0 103 67 105 535 63 25
Binary 1010000 11010 100100 0 1000011 110111 1000101 101011101 110011 10101

Color Harmonies of #501A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A24

Black with #501A24

Text Example


Text Example

White with #501A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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