Html Css Color HEX #501023 Bordeaux

📋 copy color: '#501023'

red 80 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #501023

Tints of Bordeaux #501023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 61.07%
G = 12.21%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501023 (or 0x501023) is known color: Bordeaux. HEX triplet: 50, 10 and 23. RGB value is (80,16,35). Sum of RGB (Red+Green+Blue) = 80+16+35=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501023 is #AFEFDC. Grayscale: #252525. Windows color (decimal): -11530205 or 2297936. OLE color: 2297936.

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

Color convert

RGB 80 16 35 -
CMYK 0 0.80 0.56 0.69
HSL 342.19º 0.67% 0.19% -
HSV(B) 342.19º 0.8% 0.31% -
XYZ 3.8 2.2 1.81 -
YUV 37.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 80 16 35 0 0.80 0.56 0.69 342.19 0.67 0.19
Hex 50 10 23 0 50 38 45 156 43 13
Octal 120 20 43 0 120 70 105 526 103 23
Binary 1010000 10000 100011 0 1010000 111000 1000101 101010110 1000011 10011

Color Harmonies of #501023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501023

Black with #501023

Text Example


Text Example

White with #501023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501023; }

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

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

background-color css

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

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

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

border-color css

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

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

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