Html Css Color HEX #501223 Bordeaux

📋 copy color: '#501223'

red 80 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #501223

Tints of Bordeaux #501223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 60.15%
G = 13.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501223 (or 0x501223) is known color: Bordeaux. HEX triplet: 50, 12 and 23. RGB value is (80,18,35). Sum of RGB (Red+Green+Blue) = 80+18+35=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501223 is #AFEDDC. Grayscale: #262626. Windows color (decimal): -11529693 or 2298448. OLE color: 2298448.

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

Color convert

RGB 80 18 35 -
CMYK 0 0.78 0.56 0.69
HSL 343.55º 0.63% 0.19% -
HSV(B) 343.55º 0.78% 0.31% -
XYZ 3.83 2.26 1.82 -
YUV 38.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 80 18 35 0 0.78 0.56 0.69 343.55 0.63 0.19
Hex 50 12 23 0 4E 38 45 158 3F 13
Octal 120 22 43 0 116 70 105 530 77 23
Binary 1010000 10010 100011 0 1001110 111000 1000101 101011000 111111 10011

Color Harmonies of #501223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501223

Black with #501223

Text Example


Text Example

White with #501223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501223; }

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

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

background-color css

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

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

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

border-color css

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

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

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