Html Css Color HEX #501B24 Bordeaux

📋 copy color: '#501B24'

red 80 ◦ green 27 ◦ blue 36

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

Shades of Bordeaux #501B24

Tints of Bordeaux #501B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 55.94%
G = 18.88%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501B24 (or 0x501B24) is known color: Bordeaux. HEX triplet: 50, 1B and 24. RGB value is (80,27,36). Sum of RGB (Red+Green+Blue) = 80+27+36=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B24 is #AFE4DB. Grayscale: #2B2B2B. Windows color (decimal): -11527388 or 2366288. OLE color: 2366288.

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

Color convert

RGB 80 27 36 -
CMYK 0 0.66 0.55 0.69
HSL 349.81º 0.5% 0.21% -
HSV(B) 349.81º 0.66% 0.31% -
XYZ 4.02 2.62 1.96 -
YUV 43.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 80 27 36 0 0.66 0.55 0.69 349.81 0.5 0.21
Hex 50 1B 24 0 42 37 45 15E 32 15
Octal 120 33 44 0 102 67 105 536 62 25
Binary 1010000 11011 100100 0 1000010 110111 1000101 101011110 110010 10101

Color Harmonies of #501B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B24

Black with #501B24

Text Example


Text Example

White with #501B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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