Html Css Color HEX #501923 Bordeaux

📋 copy color: '#501923'

red 80 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #501923

Tints of Bordeaux #501923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 57.14%
G = 17.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501923 (or 0x501923) is known color: Bordeaux. HEX triplet: 50, 19 and 23. RGB value is (80,25,35). Sum of RGB (Red+Green+Blue) = 80+25+35=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501923 is #AFE6DC. Grayscale: #2A2A2A. Windows color (decimal): -11527901 or 2300240. OLE color: 2300240.

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

Color convert

RGB 80 25 35 -
CMYK 0 0.69 0.56 0.69
HSL 349.09º 0.52% 0.21% -
HSV(B) 349.09º 0.69% 0.31% -
XYZ 3.96 2.52 1.87 -
YUV 42.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 80 25 35 0 0.69 0.56 0.69 349.09 0.52 0.21
Hex 50 19 23 0 45 38 45 15D 34 15
Octal 120 31 43 0 105 70 105 535 64 25
Binary 1010000 11001 100011 0 1000101 111000 1000101 101011101 110100 10101

Color Harmonies of #501923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501923

Black with #501923

Text Example


Text Example

White with #501923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501923; }

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

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

background-color css

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

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

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

border-color css

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

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

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