Html Css Color HEX #501D23 Bordeaux

📋 copy color: '#501D23'

red 80 ◦ green 29 ◦ blue 35

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

Shades of Bordeaux #501D23

Tints of Bordeaux #501D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 35 (14.06% from 255) = 24.31%

R = 55.56%
G = 20.14%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501D23 (or 0x501D23) is known color: Bordeaux. HEX triplet: 50, 1D and 23. RGB value is (80,29,35). Sum of RGB (Red+Green+Blue) = 80+29+35=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D23 is #AFE2DC. Grayscale: #2C2C2C. Windows color (decimal): -11526877 or 2301264. OLE color: 2301264.

HSL color Cylindrical-coordinate representation of color #501D23: hue angle of 352.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D23 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 29 35 -
CMYK 0 0.64 0.56 0.69
HSL 352.94º 0.47% 0.21% -
HSV(B) 352.94º 0.64% 0.31% -
XYZ 4.05 2.71 1.9 -
YUV 44.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 80 29 35 0 0.64 0.56 0.69 352.94 0.47 0.21
Hex 50 1D 23 0 40 38 45 161 2F 15
Octal 120 35 43 0 100 70 105 541 57 25
Binary 1010000 11101 100011 0 1000000 111000 1000101 101100001 101111 10101

Color Harmonies of #501D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D23

Black with #501D23

Text Example


Text Example

White with #501D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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